Update frontend new build dev, proc
This commit is contained in:
15
frontend/.eslintrc.json
Normal file
15
frontend/.eslintrc.json
Normal file
@@ -0,0 +1,15 @@
|
||||
// .eslintrc.json
|
||||
{
|
||||
"root": true,
|
||||
"extends": ["next/core-web-vitals"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2023,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"react/no-unescaped-entities": "off",
|
||||
"@next/next/no-img-element": "off",
|
||||
"no-console": ["warn", { "allow": ["warn", "error"] }]
|
||||
},
|
||||
"ignorePatterns": ["node_modules/", ".next/", "dist/", "coverage/"]
|
||||
}
|
||||
Reference in New Issue
Block a user