Remove tslint.json

This commit is contained in:
Jerko Steiner 2019-09-16 21:04:55 +07:00
parent 400d1cd213
commit 12aa397350
13 changed files with 0 additions and 144 deletions

View File

@ -1,5 +0,0 @@
{
"extends": [
"../tslint.json"
]
}

View File

@ -1,5 +0,0 @@
{
"extends": [
"../tslint.json"
]
}

View File

@ -1,10 +0,0 @@
{
"extends": [
"../tslint.json"
],
"linterOptions": {
"exclude": [
"src/migrations/*.ts"
]
}
}

View File

@ -1,10 +0,0 @@
{
"extends": [
"../tslint.json"
],
"linterOptions": {
"exclude": [
"src/migrations/*.ts"
]
}
}

View File

@ -1,10 +0,0 @@
{
"extends": [
"../tslint.json"
],
"linterOptions": {
"exclude": [
"src/migrations/*.ts"
]
}
}

View File

@ -1,5 +0,0 @@
{
"extends": [
"../tslint.json"
]
}

View File

@ -1,10 +0,0 @@
{
"extends": [
"../tslint.json"
],
"linterOptions": {
"exclude": [
"src/migrations/*.ts"
]
}
}

View File

@ -1,10 +0,0 @@
{
"extends": [
"../tslint.json"
],
"linterOptions": {
"exclude": [
"src/migrations/*.ts"
]
}
}

View File

@ -1,10 +0,0 @@
{
"extends": [
"../tslint.json"
],
"linterOptions": {
"exclude": [
"src/migrations/*.ts"
]
}
}

View File

@ -1,10 +0,0 @@
{
"extends": [
"../tslint.json"
],
"linterOptions": {
"exclude": [
"src/migrations/*.ts"
]
}
}

View File

@ -1,10 +0,0 @@
{
"extends": [
"../tslint.json"
],
"linterOptions": {
"exclude": [
"src/migrations/*.ts"
]
}
}

View File

@ -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": []
}

View File

@ -1,10 +0,0 @@
{
"extends": [
"../tslint.json"
],
"linterOptions": {
"exclude": [
"src/migrations/*.ts"
]
}
}