mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
chore: update eslint rules
This commit is contained in:
parent
4c88d2371c
commit
3c8e0fbd16
5 changed files with 14 additions and 6 deletions
|
@ -43,8 +43,6 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"babel/no-invalid-this": 1,
|
"babel/no-invalid-this": 1,
|
||||||
"prettier/prettier": ["error", null, "@prettier"],
|
"prettier/prettier": ["error", null, "@prettier"],
|
||||||
"verdaccio/jsx-spread": 2,
|
|
||||||
"verdaccio/no-style": 2,
|
|
||||||
"no-useless-escape": 2,
|
"no-useless-escape": 2,
|
||||||
"no-invalid-this": 0,
|
"no-invalid-this": 0,
|
||||||
"react/no-deprecated": 1,
|
"react/no-deprecated": 1,
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
"eslint-plugin-jest": "21.22.1",
|
"eslint-plugin-jest": "21.22.1",
|
||||||
"eslint-plugin-prettier": "2.6.2",
|
"eslint-plugin-prettier": "2.6.2",
|
||||||
"eslint-plugin-react": "7.11.1",
|
"eslint-plugin-react": "7.11.1",
|
||||||
"eslint-plugin-verdaccio": "0.0.2",
|
"eslint-plugin-verdaccio": "0.0.5",
|
||||||
"file-loader": "2.0.0",
|
"file-loader": "2.0.0",
|
||||||
"flow-bin": "0.81.0",
|
"flow-bin": "0.81.0",
|
||||||
"flow-runtime": "0.17.0",
|
"flow-runtime": "0.17.0",
|
||||||
|
|
5
test/e2e/.eslintrc
Normal file
5
test/e2e/.eslintrc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"rules": {
|
||||||
|
"jest/expect-expect": 0
|
||||||
|
}
|
||||||
|
}
|
5
test/functional/.eslintrc
Normal file
5
test/functional/.eslintrc
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"rules": {
|
||||||
|
"jest/expect-expect": 0
|
||||||
|
}
|
||||||
|
}
|
|
@ -3813,9 +3813,9 @@ eslint-plugin-react@7.11.1:
|
||||||
jsx-ast-utils "^2.0.1"
|
jsx-ast-utils "^2.0.1"
|
||||||
prop-types "^15.6.2"
|
prop-types "^15.6.2"
|
||||||
|
|
||||||
eslint-plugin-verdaccio@0.0.2:
|
eslint-plugin-verdaccio@0.0.5:
|
||||||
version "0.0.2"
|
version "0.0.5"
|
||||||
resolved "https://registry.npmjs.org/eslint-plugin-verdaccio/-/eslint-plugin-verdaccio-0.0.2.tgz#10ef635d1a94bbd1def585dc38f5ff303fd62ff7"
|
resolved "https://registry.npmjs.org/eslint-plugin-verdaccio/-/eslint-plugin-verdaccio-0.0.5.tgz#aae139bdd4a6c2ca5aa1bd6b47098c80b4fe9dfa"
|
||||||
dependencies:
|
dependencies:
|
||||||
jsx-ast-utils "2.0.1"
|
jsx-ast-utils "2.0.1"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue