-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
This is in use on the IOP site. Should probably just add it:
//.eslint.js
module.exports = {
env: {
es2021: true,
node: true,
},
extends: ["eslint:recommended", "plugin:react/recommended"],
parserOptions: {
ecmaFeatures: { jsx: true },
ecmaVersion: "latest",
sourceType: "module",
},
plugins: ["react"],
rules: {
"react/react-in-jsx-scope": "off",
"sort-imports": ["error", { allowSeparatedGroups: true }],
},
};Metadata
Metadata
Assignees
Labels
No labels