Initial commit
This commit is contained in:
13
tslint.json
Normal file
13
tslint.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"defaultSeverity": "error",
|
||||
"extends": [
|
||||
"tslint:latest",
|
||||
"tslint-config-prettier"
|
||||
],
|
||||
"jsRules": {},
|
||||
"rules": {
|
||||
"interface-name": [ true, "never-prefix"],
|
||||
"no-submodule-imports": [true, "graphql/language", "graphql/type"]
|
||||
},
|
||||
"rulesDirectory": []
|
||||
}
|
||||
Reference in New Issue
Block a user