mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-24 04:30:53 -06:00
switch to tslint@next (#12201)
This commit is contained in:
parent
0e879c0bbf
commit
b15d144955
@ -76,7 +76,7 @@
|
||||
"travis-fold": "latest",
|
||||
"ts-node": "latest",
|
||||
"tsd": "latest",
|
||||
"tslint": "4.0.0-dev.0",
|
||||
"tslint": "next",
|
||||
"typescript": "next"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@ -1261,11 +1261,8 @@ namespace TypeScript.Services {
|
||||
export const TypeScriptServicesFactory = ts.TypeScriptServicesFactory;
|
||||
}
|
||||
|
||||
/* tslint:disable:no-unused-variable */
|
||||
// 'toolsVersion' gets consumed by the managed side, so it's not unused.
|
||||
// TODO: it should be moved into a namespace though.
|
||||
|
||||
/* @internal */
|
||||
const toolsVersion = "2.2";
|
||||
|
||||
/* tslint:enable:no-unused-variable */
|
||||
const toolsVersion = "2.2";
|
||||
@ -17,7 +17,7 @@
|
||||
"double",
|
||||
"avoid-escape"
|
||||
],
|
||||
"semicolon": true,
|
||||
"semicolon": [true, "ignore-bound-class-methods"],
|
||||
"whitespace": [true,
|
||||
"check-branch",
|
||||
"check-decl",
|
||||
@ -41,7 +41,6 @@
|
||||
"no-trailing-whitespace": true,
|
||||
"no-inferrable-types": true,
|
||||
"no-null-keyword": true,
|
||||
"no-unused-variable": true,
|
||||
"boolean-trivia": true,
|
||||
"type-operator-spacing": true,
|
||||
"prefer-const": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user