mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Fix eslint plugin issue.
This commit is contained in:
parent
785d41b6d3
commit
a7847ce5f4
2 changed files with 359 additions and 940 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"es2020": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": ["eslint:recommended", "plugin:react/recommended", "prettier"],
|
||||
"extends": ["eslint:recommended", "plugin:react/recommended", "prettier", "next"],
|
||||
"parserOptions": {
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue