Skip to content

Commit

Permalink
Fix eslint and eslint-plugin-github dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
zzau13 authored and JakeChampion committed Feb 17, 2021
1 parent 5c6b055 commit 190e698
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
@@ -0,0 +1,2 @@
node_modules
dist/**
1 change: 1 addition & 0 deletions .eslintrc.json
@@ -1,5 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "module"
},
"globals": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"devDependencies": {
"abortcontroller-polyfill": "^1.1.9",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-plugin-github": "^1.6.0",
"eslint": "^7.20.0",
"eslint-plugin-github": "^4.1.1",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
Expand Down

0 comments on commit 190e698

Please sign in to comment.