mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
chore(eslint) add extension to .eslintrc file (#210)
.eslintrc without extension is deprecated
This commit is contained in:
parent
ca10cf257c
commit
0c24bb1937
2 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"env": {
|
||||
"es6": true,
|
||||
"node": true,
|
||||
"node": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018,
|
||||
"ecmaVersion": 2018
|
||||
},
|
||||
"rules": {
|
||||
"indent": ["error", 4],
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
"tape/max-asserts": ["error", 1],
|
||||
},
|
||||
"extends": [
|
||||
".eslintrc",
|
||||
".eslintrc.json",
|
||||
"plugin:node/recommended",
|
||||
"plugin:tape/recommended",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue