mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"extends": ["tslint-ionic-rules", "rxjs-tslint-rules"],
|
|
"rules": {
|
|
"ordered-imports": false,
|
|
"no-empty": false,
|
|
"no-import-side-effect": false
|
|
}
|
|
}
|