5416051e36
.eslintrc file without extension is deprecated.
12 lines
173 B
JSON
12 lines
173 B
JSON
{
|
|
"extends": "standard",
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"no-var": "error",
|
|
"prefer-const": ["error", {
|
|
"destructuring": "all"
|
|
}]
|
|
}
|
|
}
|