We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23b9e8 commit d95366bCopy full SHA for d95366b
.travis.yml
@@ -1,3 +1,5 @@
1
language: node_js
2
node_js:
3
- lts/*
4
+before_install:
5
+ - npm i -g npm@7
package.json
@@ -11,11 +11,6 @@
11
"url": "https://github.com/standard/eslint-config-standard/issues"
12
},
13
"devDependencies": {
14
- "eslint": "^7.11.0",
15
- "eslint-plugin-import": "^2.22.1",
16
- "eslint-plugin-node": "^11.1.0",
17
- "eslint-plugin-promise": "^4.2.1",
18
- "eslint-plugin-standard": "^4.0.2",
19
"tape": "^5.0.1"
20
21
"homepage": "https://github.com/standard/eslint-config-standard",
0 commit comments