prop-types-exact
Version:
For use with React PropTypes. Will error on any prop not explicitly specified.
34 lines (30 loc) • 484 B
Plain Text
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-style": "warn",
},
"overrides": [
{
"files": "test/**/*.jsx",
"extends": [
"plugin:react/recommended",
"@ljharb/eslint-config/esm",
"@ljharb/eslint-config/tests",
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
},
},
"rules": {
"dot-notation": [2, { "allowKeywords": false }],
},
"settings": {
"react": {
"version": "detect",
},
},
},
],
}