Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb4c1e6

Browse files
committed
Upgrade eslint-config-github
1 parent 2a4a90e commit eb4c1e6

File tree

4 files changed

+23
-680
lines changed

4 files changed

+23
-680
lines changed

.eslintrc.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
22
"extends": [
3-
"plugin:github/es6",
43
"plugin:github/browser",
54
"plugin:github/typescript"
65
],
7-
"rules": {
8-
"github/no-then": "off",
9-
"no-invalid-this": "off"
10-
},
116
"overrides": [{
127
"files": "*.js",
138
"parser": "espree",

0 commit comments

Comments
 (0)