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. 5
      beta/.eslintrc

5
beta/.eslintrc

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

Loading…
Cancel
Save