0.2.0 - 2024-12-04
- (Breaking) Remove rubocop references in lieu of https://github.com/angellist/rubocop-angellist.
0.1.7 - 2024-12-04
- Add @ import group for Treasury
0.1.6 - 2024-10-01
- Add Layout/TrailingEmptyLines rubocop rule
0.1.5 - 2024-07-04
- Add AssignmentInCondition rubocop ban rule
0.1.4 - 2023-12-06
- Add no-console rule
0.1.3 - 2023-06-09
- Use {...} for single-line blocks and do..end for multi-line blocks in Ruby
0.1.2 - 2022-09-28
- Use Rubocop instead of Prettier Ruby that wraps or merges lines
0.1.1 - 2022-09-23
- Extract shared
.rubocop.yml
0.1.0 - 2022-09-23
- Add support for Rubocop and Prettier Ruby.
0.0.8 - 2021-05-14
- Disable
no-alert
ESLint rule.
0.0.7 - 2021-04-29
- Customize
import/order
ESLint rule.
0.0.6 - 2021-04-16
- Set up Prettier config file.
0.0.5 - 2021-04-13
- Stop supporting JS-based projects
0.0.4 - 2021-04-12
- adds ignoreFunctionalComponents: true for react/require-default-props rule
0.0.3 - 2021-04-07
Adds the following changes to eslint rules
- jsx-a11y/label-has-associated-control - warn
- no-underscore-dangle - off
- no-restricted-globals - off
0.0.2 - 2021-03-30
- Disable eslint rules or enable warnings after the recent engineering discussion.
- Init the package.