awesome-cordova-plugins/tslint.json

18 lines
470 B
JSON
Raw Normal View History

{
2018-05-05 16:29:51 +08:00
"extends": ["tslint-ionic-rules", "rxjs-tslint-rules"],
2017-12-28 20:28:44 +08:00
"rules": {
2018-03-23 17:42:10 +08:00
"ordered-imports": false,
"no-empty": false,
"no-import-side-effect": false,
"no-redundant-jsdoc": false,
// TODO: Activate rules step by step
"ban-types": false,
"no-shadowed-variable": false,
"only-arrow-functions": false,
"ter-no-proto": false,
"callable-types": false,
"adjacent-overload-signatures": false,
"no-constant-condition": false
2017-12-28 20:28:44 +08:00
}
}