-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add tslint schematics with opinionated set of rules #18
Comments
https://github.com/mgechev/codelyzer (nrwl/nx by default not always has the latest version of it, so setup renovate to patch it automatically) https://palantir.github.io/tslint/usage/configuration/ https://github.com/palantir/tslint/blob/master/README.md - has a list of custom tslint rules, that would be nice to add to the project Custom rule sets from the communityIf we don't have all the rules you're looking for, you can either write your own custom rules or use rules implementations developed by the community. The repos below are a good source of custom rules:
|
check tslint rules scaffolded by ng-cli and nrwl/nx |
https://medium.com/palantir/tslint-in-2019-1a144c2317a9
palantir/tslint#4534
https://palantir.github.io/tslint/usage/configuration/
https://palantir.github.io/tslint/rules/
https://gist.github.com/stas-kh/2fc80c11c6db0fc4c64354400e29a2b8
https://www.npmjs.com/package/tslint-config-airbnb
https://github.com/mgechev/tslint-angular
https://www.npmjs.com/package/angular-tslint-rules
https://www.google.com/search?biw=1680&bih=891&ei=fjXAXIbdB4PAlAaNrKHICA&q=tslint+angular+config&oq=tslint+angular+config&gs_l=psy-ab.3..0i30j0i8i30l5.5009.5735..6047...0.0..0.84.567.8......0....1..gws-wiz.......0i71j35i39j0i67j0i7i30j0i20i263j0j0i8i7i30j0i8i13i30.O_ZcK5mRCrE
The text was updated successfully, but these errors were encountered: