mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01:00
Cleaned up eslint config.
This commit is contained in:
parent
90e0bfc9f3
commit
934914d249
3 changed files with 2 additions and 26 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"es2020": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": ["eslint:recommended", "plugin:react/recommended", "prettier", "next"],
|
||||
"extends": ["eslint:recommended", "plugin:prettier/recommended", "next"],
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
|
|
@ -12,7 +12,6 @@
|
|||
"ecmaVersion": 11,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": ["react"],
|
||||
"rules": {
|
||||
"react/display-name": "off",
|
||||
"react/react-in-jsx-scope": "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue