mirror of
https://github.com/iv-org/close-potential-duplicates.git
synced 2024-11-23 05:49:44 +00:00
18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"extends": [
|
|
"tslint-config-airbnb",
|
|
"tslint-eslint-rules",
|
|
"tslint-config-prettier"
|
|
],
|
|
"linterOptions": {
|
|
"exclude": ["./lib/**/*.d.ts"]
|
|
},
|
|
"rules": {
|
|
"no-construct": true,
|
|
"no-debugger": true,
|
|
"no-reference": true,
|
|
"import-name": false,
|
|
"semicolon": [true, "never"]
|
|
}
|
|
}
|