Настройка eslint
This commit is contained in:
10
.eslintrc
10
.eslintrc
@@ -3,6 +3,7 @@
|
||||
"parser": "babel-eslint"
|
||||
},
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:vue/essential"
|
||||
],
|
||||
"plugins": [
|
||||
@@ -14,6 +15,14 @@
|
||||
"browser": true,
|
||||
"node": true
|
||||
},
|
||||
"globals": {
|
||||
"LM_OK": false,
|
||||
"LM_INFO": false,
|
||||
"LM_WARN": false,
|
||||
"LM_ERR": false,
|
||||
"LM_FATAL": false,
|
||||
"LM_TOTAL": false
|
||||
},
|
||||
"rules": {
|
||||
"strict": 0,
|
||||
"indent": [0, 4, {
|
||||
@@ -31,5 +40,6 @@
|
||||
"ignoreComments": true,
|
||||
"ignoreUrls": true
|
||||
}],
|
||||
"no-console": off
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user