forked from sombochea/verdaccio-ui
chore: sync with verdaccio master
This commit is contained in:
29
test/.eslintrc
Normal file
29
test/.eslintrc
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"extends": [
|
||||
"eslint:recommended"
|
||||
],
|
||||
"env": {
|
||||
"node": true,
|
||||
"mocha": true,
|
||||
"es6": true
|
||||
},
|
||||
"globals": {
|
||||
"jsdom": true
|
||||
},
|
||||
"rules": {
|
||||
"valid-jsdoc": 0,
|
||||
"no-redeclare": 1,
|
||||
"jest/consistent-test-it": ["error", {"fn": "test"}],
|
||||
"jest/no-jasmine-globals": 2,
|
||||
"no-console": [
|
||||
2,
|
||||
{
|
||||
"allow": [
|
||||
"log",
|
||||
"error"
|
||||
]
|
||||
}
|
||||
],
|
||||
"no-useless-escape": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user