1 2 3 4 5 6 7 8 9 10 11{ "rules": { "import/no-extraneous-dependencies": ["off"], "import/first": ["off"], "jsx-a11y/label-has-for": ["off"], "react/prop-types": ["off"], "react/no-multi-comp": ["off"], "function-paren-newline": ["off"] } }
1 2 3 4 5 6 7 8 9 10 11
{ "rules": { "import/no-extraneous-dependencies": ["off"], "import/first": ["off"], "jsx-a11y/label-has-for": ["off"], "react/prop-types": ["off"], "react/no-multi-comp": ["off"], "function-paren-newline": ["off"] } }