We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b5321 commit f7384adCopy full SHA for f7384ad
.eslintrc.js
@@ -5,13 +5,9 @@ module.exports = {
5
plugins: ['node'],
6
extends: [
7
'not-an-aardvark/node',
8
- 'plugin:node/recommended',
9
'plugin:unicorn/recommended',
+ 'plugin:node/recommended',
10
],
11
- parserOptions: {
12
- ecmaVersion: 2021,
13
- sourceType: 'script',
14
- },
15
rules: {
16
'comma-dangle': [
17
'error',
package.json
@@ -58,7 +58,7 @@
58
"nyc": "^15.1.0"
59
},
60
"peerDependencies": {
61
- "eslint": "^7.0.0"
+ "eslint": ">=6.0.0"
62
63
"engines": {
64
"node": "^10.12.0 || >=12.0.0"
0 commit comments