mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(package) add eslint-plugin-tape
This commit is contained in:
parent
4c91d27cd2
commit
ca10cf257c
2 changed files with 11 additions and 4 deletions
|
|
@ -1,15 +1,21 @@
|
|||
{
|
||||
"env": {
|
||||
"node": true
|
||||
"node": true,
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 2018,
|
||||
},
|
||||
"rules": {
|
||||
"no-process-exit": 0
|
||||
"no-process-exit": 0,
|
||||
"tape/max-asserts": ["error", 1],
|
||||
},
|
||||
"extends": [
|
||||
".eslintrc",
|
||||
"plugin:node/recommended"
|
||||
"plugin:node/recommended",
|
||||
"plugin:tape/recommended",
|
||||
],
|
||||
"plugins": [
|
||||
"node"
|
||||
"node",
|
||||
"tape",
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,6 +189,7 @@
|
|||
"es6-promisify": "^6.0.0",
|
||||
"eslint": "^5.0.0",
|
||||
"eslint-plugin-node": "^8.0.0",
|
||||
"eslint-plugin-tape": "^1.1.0",
|
||||
"eslint-remove-line": "^1.0.2",
|
||||
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
|
||||
"fast-async": "^7.0.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue