Skip to content
Permalink
Browse files

Fix eslint and eslint-plugin-github dependency conflicts

  • Loading branch information
botika authored and JakeChampion committed Feb 17, 2021
1 parent 5c6b055 commit 190e698f8e737ad751a11de60f6b8b3301fa557b
Showing with 5 additions and 2 deletions.
  1. +2 −0 .eslintignore
  2. +1 −0 .eslintrc.json
  3. +2 −2 package.json
@@ -0,0 +1,2 @@
node_modules
dist/**
@@ -1,5 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 2015,
"sourceType": "module"
},
"globals": {
@@ -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",

0 comments on commit 190e698

Please sign in to comment.