ngx-translate-extract/tslint.commit.json

8 lines
147 B
JSON
Raw Normal View History

{
"extends": ["./tslint.json", "tslint-etc"],
"jsRules": {},
"rules": {
"ordered-imports": false,
"no-unused-declaration": true
}
}