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

Skip to content

Commit 418acb0

Browse files
committed
Upgrade eslint config
1 parent 500614d commit 418acb0

File tree

3 files changed

+67
-757
lines changed

3 files changed

+67
-757
lines changed

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"extends": [
33
"plugin:github/browser",
4-
"plugin:github/es6",
4+
"plugin:github/recommended",
55
"plugin:github/typescript"
66
],
77
"rules": {
88
"github/no-then": "off",
99
"no-invalid-this": "off"
1010
},
1111
"globals": {
12-
"AutocompleteElement": "readable"
12+
"AutocompleteElement": "readonly"
1313
},
1414
"overrides": [
1515
{

0 commit comments

Comments
 (0)