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 3956c40 commit 09f6dc9Copy full SHA for 09f6dc9
package.json
@@ -11,7 +11,9 @@
11
"url": "git://github.com/idleberg/gulp-xml-validator.git"
12
},
13
"keywords": [
14
+ "gulp",
15
"gulpplugin",
16
+ "gulp-plugin",
17
"linter",
18
"validator",
19
"xml",
@@ -33,7 +35,7 @@
33
35
"plugin-error": "^2.0.1"
34
36
37
"devDependencies": {
- "@types/node": "^20.3.3",
38
+ "@types/node": "^18.18.8",
39
"@types/vinyl": "^2.0.9",
40
"@typescript-eslint/eslint-plugin": "^6.9.1",
41
"@typescript-eslint/parser": "^6.9.1",
@@ -59,6 +61,6 @@
59
61
"test": "uvu tests"
60
62
63
"lint-staged": {
- "*.(js|json)": "eslint --cache --fix"
64
+ "*.(ts|json)": "eslint --cache --fix"
65
}
66
0 commit comments