first commit
This commit is contained in:
22
frontend/.eslintrc.json
Normal file
22
frontend/.eslintrc.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true,
|
||||
"node": true
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "latest",
|
||||
"sourceType": "module"
|
||||
},
|
||||
"rules": {
|
||||
"no-console": "warn",
|
||||
"no-unused-vars": "warn",
|
||||
"semi": ["error", "never"],
|
||||
"quotes": ["error", "single"],
|
||||
"indent": ["error", 2],
|
||||
"comma-dangle": ["error", "never"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user