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 421f006 commit a6e0f5aCopy full SHA for a6e0f5a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ptsecurity/tslint-config",
3
- "version": "1.0.0",
+ "version": "2.0.0",
4
"author": "Positive Technologies",
5
"description": "Positive Technologies TSLint rules.",
6
"main": "main.js",
@@ -51,12 +51,12 @@
51
"ora": "^5.0.0",
52
"rimraf": "^3.0.2",
53
"ts-node": "^8.10.2",
54
- "typescript": "~3.8.3",
+ "tslint": "^6.1.3",
55
"tsutils": "^3.17.1",
56
- "tslint": "^6.1.3"
+ "typescript": "~3.8.3"
57
},
58
"peerDependencies": {
59
"tslint": "^6.1.3",
60
- "typescript": "^3.8.3"
+ "typescript": "^4.0.8"
61
}
62
0 commit comments