updated to folders in master (#1)
This commit is contained in:
12
05-validate-all-files-are-formatted-when-linting/.eslintrc
Normal file
12
05-validate-all-files-are-formatted-when-linting/.eslintrc
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "2018"
|
||||
},
|
||||
"extends": ["eslint:recommended", "eslint-config-prettier"],
|
||||
"rules": {
|
||||
"no-console": "off"
|
||||
},
|
||||
"env": {
|
||||
"browser": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user