mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-24 05:28:01 +00:00
20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
|
|
"linterOptions": {
|
|
"exclude": [
|
|
"config/**/*.js",
|
|
"node_modules/**/*.ts"
|
|
]
|
|
},
|
|
"rules": {
|
|
"ordered-imports": false,
|
|
"object-literal-sort-keys": false,
|
|
"no-console": false,
|
|
"no-unused-variable": [true, {"ignore-pattern": "^_"}],
|
|
"no-empty": false,
|
|
"no-namespace": false,
|
|
"no-bitwise": false,
|
|
"interface-name": false
|
|
}
|
|
}
|