mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
614ade447f
* 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>
19 lines
487 B
JSON
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
|
|
}
|
|
}
|