⚙️ Add Prettier and ESLint config with pre-commit (#640)
This commit is contained in:
13
new-frontend/.eslintrc.json
Normal file
13
new-frontend/.eslintrc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true
|
||||
},
|
||||
"extends": ["standard-with-typescript", "plugin:react/recommended"],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "latest",
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": ["react"],
|
||||
"rules": {}
|
||||
}
|
Reference in New Issue
Block a user