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 3be930d commit 3cd31c3Copy full SHA for 3cd31c3
.npmrc
@@ -0,0 +1 @@
1
+engine-strict=true
package.json
@@ -6,6 +6,9 @@
6
"url": "https://github.com/typescript-eslint/tslint-to-eslint-config/issues"
7
},
8
"description": "Converts your TSLint configuration to the closest reasonable ESLint equivalent.",
9
+ "engines": {
10
+ "node": ">=8.0.0"
11
+ },
12
"dependencies": {
13
"chalk": "3.0.0",
14
"commander": "4.0.1",
0 commit comments