mirror of
https://github.com/Nezumi-2711/javascript-training.git
synced 2026-09-23 04:09:58 +00:00
Config eslint project
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"extends": ["airbnb", "prettier", "plugin:prettier/recommended"],
|
||||
"plugins": ["prettier"],
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"jasmine": true
|
||||
},
|
||||
"rules": {
|
||||
"prettier/prettier": [
|
||||
"error",
|
||||
@@ -8,5 +13,8 @@
|
||||
"endOfLine": "auto"
|
||||
}
|
||||
]
|
||||
},
|
||||
"globals": {
|
||||
"document": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user