Files
ionic-framework/packages/core/tslint.json
Mike Hartington 8a92c7d090 chore(): update stencil
* feat(): upgrade to new stencil and add plugins

* chore() add back bundles for cdn

* chore(): update stencil

* chore(): update stencil
2018-02-16 15:00:27 -05:00

10 lines
204 B
JSON

{
"extends": "tslint-ionic-rules",
"rules": {
"no-conditional-assignment": false,
"no-unnecessary-type-assertion": false,
"prefer-for-of": false,
"no-import-side-effect": false,
}
}