Browse Source

Improve ESLint (#4372)

main
Sha Mwe La 3 years ago
committed by GitHub
parent
commit
508b427937
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      beta/.eslintrc

7
beta/.eslintrc

@ -1,10 +1,13 @@
{ {
"root": true, "root": true,
"extends": "next", "extends": "next/core-web-vitals",
"rules": {
"no-unused-vars": "warn"
},
"env": { "env": {
"node": true, "node": true,
"commonjs": true, "commonjs": true,
"browser": true, "browser": true,
"es6": true "es6": true
} }
} }

Loading…
Cancel
Save