Remove tslint.json
This commit is contained in:
parent
400d1cd213
commit
12aa397350
@ -1,5 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
]
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
]
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"src/migrations/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"src/migrations/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"src/migrations/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
]
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"src/migrations/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"src/migrations/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"src/migrations/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"src/migrations/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"src/migrations/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,39 +0,0 @@
|
||||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": [
|
||||
"tslint:recommended"
|
||||
],
|
||||
"jsRules": {},
|
||||
"rules": {
|
||||
"quotemark": [true, "single", "jsx-single"],
|
||||
"member-access": false,
|
||||
"no-bitwise": false,
|
||||
"semicolon": [true, "never"],
|
||||
"object-literal-sort-keys": false,
|
||||
"ordered-imports": false,
|
||||
"max-line-length": [true, {"limit":80, "ignore-pattern": "^import .* from "}],
|
||||
"arrow-parens": false,
|
||||
"variable-name": [
|
||||
true,
|
||||
"ban-keywords",
|
||||
"check-format",
|
||||
"allow-leading-underscore",
|
||||
"allow-pascal-case"
|
||||
],
|
||||
"member-ordering": false,
|
||||
"max-classes-per-file": false,
|
||||
"no-empty-interface": false,
|
||||
"trailing-comma": [true, {
|
||||
"multiline": {
|
||||
"objects": "always",
|
||||
"arrays": "always",
|
||||
"functions": "always",
|
||||
"typeLiterals": "ignore"
|
||||
},
|
||||
"singleline": "never",
|
||||
"esSpecCompliant": true
|
||||
}],
|
||||
"space-within-parens": 0
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
||||
@ -1,10 +0,0 @@
|
||||
{
|
||||
"extends": [
|
||||
"../tslint.json"
|
||||
],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"src/migrations/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user