Skip to content

Commit

Permalink
Downgrade to eslint 7.x to avoid warning with eslint-plugin-promise
Browse files Browse the repository at this point in the history
  • Loading branch information
srt4rulez committed Nov 14, 2021
1 parent 6cc2c45 commit a0e958f
Show file tree
Hide file tree
Showing 3 changed files with 200 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Expand Up @@ -10,7 +10,7 @@ module.exports = {
'plugin:promise/recommended',
],
'parserOptions': {
'ecmaVersion': 13
'ecmaVersion': 12
},
'plugins': [
'promise',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"lint:fix": "eslint './src' --quiet --color --fix --cache --cache-location './node_modules/.cache/'"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint": "^7.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1"
},
Expand Down

0 comments on commit a0e958f

Please sign in to comment.