1
1
mirror of https://github.com/theoludwig/react-component-form.git synced 2024-07-06 18:40:13 +02:00
react-component-form/.eslintrc.json

17 lines
349 B
JSON

{
"extends": ["conventions", "prettier"],
"ignorePatterns": ["tsup.config.js", "example"],
"plugins": ["prettier", "import", "unicorn"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
},
"env": {
"jest": true,
"browser": true
},
"rules": {
"prettier/prettier": "error"
}
}