Initial commit
This commit is contained in:
7
tslint.json
Normal file
7
tslint.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": ["tslint:latest", "tslint:react"],
|
||||
"rules": {
|
||||
"object-literal-sort-keys": false,
|
||||
"no-unused-variable": [true, "react"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user