4.2.0 • Published 3 years ago
@ms-aria/tslint-config-aria v4.2.0
Aria TSLint configuration
The following are a set of guidelines that the Aria team uses when working with TypeScript. Most of these rules follow the standards provided by both tslint-eslint-rules and tslint:recommended. Then, I have added some extra rules so that we are mostly compliant with AirBnB's config rules. I have left out rules as defined by tslint-microsoft-contrib and tslint-consistent-codestyle as we gained very little in adding them and paid a lot on increasing the size of this package.
How to modify the rules
The following steps need to be taken into account:
- Make the change in the
tslint.js
file. - Update the changes in the changelog. Mark breaking changes and non-breaking changes, or new features as appropriate.
- Following semantic versioning rules, update the library version.
Important
After the PR is completed, update master and run the npm publish
command to push the newest version to NPM.