awesome-cordova-plugins/tslint.json
Mike Hartington 614ade447f
feat(): angular ivy support (#3309)
* init

* cleanup packagelock

* testing

* chore(package): refresh package-lock.json

* updates

* chore(): fix builds

* chore(): rework package-lock

* chore(): lint

Co-authored-by: Daniel Sogl <daniel@sogls.de>
2020-02-07 17:51:47 +01:00

19 lines
487 B
JSON

{
"extends": ["tslint-ionic-rules"],
"rules": {
"no-empty": false,
"no-import-side-effect": false,
"no-redundant-jsdoc": false,
"ban-types": false,
"no-shadowed-variable": false,
"no-constant-condition": false,
"no-extra-boolean-cast": false,
"adjacent-overload-signatures": false,
"ter-no-proto": false,
"callable-types": false,
"ordered-imports": false,
"prefer-conditional-expression": false,
"max-classes-per-file": true
}
}