We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb4cb8 commit 1c72466Copy full SHA for 1c72466
.travis.yml
@@ -13,7 +13,7 @@ before_install:
13
install:
14
- echo "Avoid Travis's npm auto-install"
15
before_script: >
16
- npm install --legacy-peer-deps --no-save "eslint@${ESLINT}" eslint-plugin-promise
+ npm install --legacy-peer-deps --no-save "eslint@${ESLINT}"
17
notifications:
18
email: false
19
script:
package.json
@@ -31,7 +31,7 @@
31
"babel-plugin-istanbul": "^6.1.1",
32
"chai": "^4.3.4",
33
"cross-env": "^7.0.3",
34
- "eslint": "^8.0.1",
+ "eslint": "^8.1.0",
35
"eslint-config-canonical": "^30.1.0",
36
"gitdown": "^3.1.4",
37
"glob": "^7.2.0",
0 commit comments