Skip to content

Commit

Permalink
Rollback to eslint 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Jun 20, 2020
1 parent 509c08f commit cecafaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -13,6 +13,7 @@
"key-spacing": "off",
"no-bitwise": "off",
"no-else-return": "off",
"no-multiple-empty-lines": "off",
"no-plusplus": "off",
"no-restricted-properties": "off",
"no-underscore-dangle": "off",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -53,9 +53,9 @@
"babel-eslint": "^10.0.3",
"cpx": "^1.5.0",
"date-fns": "^2.9.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint": "7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"jsdoc": "^3.6.3",
"live-server": "^1.2.0",
"marked": "^1.0.0",
Expand Down

0 comments on commit cecafaf

Please sign in to comment.