UNPKG

angular-clickable-click

Version:

Angular 2+ Directive setting 'cursor: pointer' for all elements using (click) directive

21 lines (20 loc) 579 B
{ "extends": "./node_modules/tslint-angular/tslint.json", "rules": { "curly": [true, "ignore-same-line"], "ban": [true, "fit", "fdescribe"], "max-line-length": [true, { "limit": 120, "ignore-pattern": "" }], "no-console": { "options": ["log", "time", "timeEnd", "trace", "assert", "clear", "count", "debug", "profile", "profileEnd", "select", "table", "info"], "severity": "warning" }, "no-empty-interface": false, "no-inferrable-types": false, "no-input-rename": false, "no-output-rename": false } }