mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-15 03:41:03 +00:00
Added frontend
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"config/**/*.js",
|
||||
"node_modules/**/*.ts"
|
||||
]
|
||||
},
|
||||
"rules": {
|
||||
"no-console": false,
|
||||
"interface-name": false,
|
||||
"no-unused-variable": [true, {"ignore-pattern": "^_"}],
|
||||
"no-empty": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user