Skip to content

Commit cba0761

Browse files
author
horike37
committed
fix: security update
1 parent 6a5fa83 commit cba0761

File tree

3 files changed

+2377
-3410
lines changed

3 files changed

+2377
-3410
lines changed

.eslintrc.js

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
module.exports = {
2-
"extends": "airbnb",
3-
"plugins": [],
4-
"rules": {
5-
"func-names": "off",
6-
"prefer-destructuring": "off",
7-
"no-plusplus": "off",
8-
"no-template-curly-in-string": "off",
9-
"no-restricted-syntax": "off",
10-
"strict": "off",
11-
"prefer-rest-params": "off",
12-
"react/require-extension" : "off",
13-
"import/no-extraneous-dependencies" : "off"
2+
extends: 'airbnb',
3+
plugins: [],
4+
rules: {
5+
'func-names': 'off',
6+
'prefer-destructuring': 'off',
7+
'no-plusplus': 'off',
8+
'no-template-curly-in-string': 'off',
9+
'no-restricted-syntax': 'off',
10+
strict: 'off',
11+
'prefer-rest-params': 'off',
12+
'react/require-extension': 'off',
13+
'import/no-extraneous-dependencies': 'off',
14+
},
15+
env: {
16+
mocha: true,
1417
},
15-
"env": {
16-
"mocha": true
17-
}
1818
};

0 commit comments

Comments
 (0)