UNPKG

ngx-easy-d3

Version:

Build an Angular library compatible with AoT compilation and Tree shaking like an official package

25 lines 439 B
{ "extends": [ "tslint-angular" ], "rules": { "directive-selector": [ true, "attribute", [ "dir", "dir" ], "camelCase" ], "component-selector": [ true, "element", [ "cmp", "cmp" ], "kebab-case" ] } }