{ "extends": [ "standard", "standard-jsx", "standard-react", "plugin:@next/next/recommended" ], "env": { "browser": true, "node": true }, "rules": { "react/react-in-jsx-scope": "off", "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }], "react/prop-types": "off" } }