Combine duplicate eslint keys
This commit is contained in:
Родитель
1d3e7dc6e4
Коммит
2869869a99
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"rules": {
|
"rules": {
|
||||||
"indent": [
|
"indent": [
|
||||||
2,
|
0,
|
||||||
2,
|
2,
|
||||||
{
|
{
|
||||||
"SwitchCase": 1
|
"SwitchCase": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"quotes": [
|
"quotes": [
|
||||||
2,
|
0,
|
||||||
"single"
|
"single"
|
||||||
],
|
],
|
||||||
"linebreak-style": [
|
"linebreak-style": [
|
||||||
|
@ -16,17 +16,14 @@
|
||||||
"unix"
|
"unix"
|
||||||
],
|
],
|
||||||
"semi": [
|
"semi": [
|
||||||
2,
|
0,
|
||||||
"always"
|
"always"
|
||||||
],
|
],
|
||||||
"comma-dangle": 0,
|
"comma-dangle": 0,
|
||||||
"indent": 0,
|
|
||||||
"no-console": 0,
|
"no-console": 0,
|
||||||
"no-undef": 0,
|
"no-undef": 0,
|
||||||
"no-unreachable": 0,
|
"no-unreachable": 0,
|
||||||
"no-unused-vars": 0,
|
"no-unused-vars": 0
|
||||||
"quotes": 0,
|
|
||||||
"semi": 0
|
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"es6": true,
|
"es6": true,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче