Skip to content

Commit 190e698

Browse files
zzau13JakeChampion
authored andcommitted
Fix eslint and eslint-plugin-github dependency conflicts
1 parent 5c6b055 commit 190e698

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
dist/**

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"parserOptions": {
3+
"ecmaVersion": 2015,
34
"sourceType": "module"
45
},
56
"globals": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"devDependencies": {
1010
"abortcontroller-polyfill": "^1.1.9",
1111
"chai": "^4.1.2",
12-
"eslint": "^4.19.1",
13-
"eslint-plugin-github": "^1.6.0",
12+
"eslint": "^7.20.0",
13+
"eslint-plugin-github": "^4.1.1",
1414
"karma": "^3.0.0",
1515
"karma-chai": "^0.1.0",
1616
"karma-chrome-launcher": "^2.2.0",

0 commit comments

Comments
 (0)