We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c4848 commit df152c7Copy full SHA for df152c7
1 file changed
package.json
@@ -3,7 +3,7 @@
3
"version": "1.5.1-0",
4
"description": "install 'full-icu' data for your current node",
5
"scripts": {
6
- "lint": "standard && eslint *.js test/*.js",
+ "lint": "eslint .",
7
"postinstall": "node postinstall.js",
8
"test": "tap test/*.js"
9
},
@@ -28,13 +28,8 @@
28
"yauzl": "^2.10.0"
29
30
"devDependencies": {
31
- "eslint": "^7.7.0",
32
- "eslint-config-standard": "^16.0.3",
33
- "eslint-plugin-header": "^3.0.0",
34
- "eslint-plugin-import": "^2.24.2",
35
- "eslint-plugin-node": "^11.1.0",
36
- "eslint-plugin-promise": "^4.2.1",
37
- "standard": "^16.0.3",
+ "eslint": "^8.37.0",
+ "eslint-config-standard": "^17.0.0",
38
"tap": "^16.3.4"
39
}
40
0 commit comments