updated tslint and ignored some files
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
/* tslint:disable */
|
||||
function createLsdException(name, uiPriority, qFormat?, semiHidden?, unhideWhenUsed?) {
|
||||
'use strict';
|
||||
|
||||
|
@ -1,35 +1,35 @@
|
||||
{
|
||||
"extends": "tslint:latest",
|
||||
"rules": {
|
||||
"curly": true,
|
||||
"one-variable-per-declaration": [
|
||||
true
|
||||
],
|
||||
"no-any": true,
|
||||
"no-consecutive-blank-lines": [
|
||||
true
|
||||
],
|
||||
"no-require-imports": true,
|
||||
"member-access": [
|
||||
true
|
||||
],
|
||||
"indent": [
|
||||
true,
|
||||
"spaces"
|
||||
],
|
||||
"object-literal-sort-keys": false,
|
||||
"object-literal-shorthand": false,
|
||||
"typedef": [
|
||||
true,
|
||||
"call-signature",
|
||||
"parameter",
|
||||
"property-declaration"
|
||||
],
|
||||
"max-line-length": [
|
||||
false
|
||||
],
|
||||
"max-classes-per-file": [
|
||||
false
|
||||
]
|
||||
}
|
||||
"extends": "tslint:latest",
|
||||
"rules": {
|
||||
"curly": true,
|
||||
"one-variable-per-declaration": [
|
||||
true
|
||||
],
|
||||
"no-any": true,
|
||||
"no-consecutive-blank-lines": [
|
||||
true
|
||||
],
|
||||
"no-require-imports": true,
|
||||
"member-access": [
|
||||
true
|
||||
],
|
||||
"indent": [
|
||||
true,
|
||||
"spaces"
|
||||
],
|
||||
"object-literal-sort-keys": false,
|
||||
"object-literal-shorthand": false,
|
||||
"typedef": [
|
||||
true,
|
||||
"call-signature",
|
||||
"parameter",
|
||||
"property-declaration"
|
||||
],
|
||||
"max-line-length": [
|
||||
false
|
||||
],
|
||||
"max-classes-per-file": [
|
||||
false
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user