Releases: americanexpress/eslint-config-amex
Releases · americanexpress/eslint-config-amex
v15.1.0
v15.0.3
v15.0.2
v15.0.1
v15.0.0
15.0.0 (2021-10-01)
chore
BREAKING CHANGES
-
relese: Node v10 has reached end-of-life and is no longer supported.
-
feat(eslint-comments): aid maintainability of eslint directives
-
release: 7 new rules added as errors
-
fix(index): move eslint-disable directive and pair it
-
feat(ally): disallow nesting of controls in labels
-
feat(unicorn): upgrade eslint-plugin-unicorn from 23.0.0 to 36.0.0
v14.2.1
v14.2.0
v14.1.1
v14.1.0
v14.0.0
14.0.0 (2021-03-03)
Features
- fix the peer dep test; update all deps to latest (51d1864)
- move optional tools and plugins to optional peerDependencies (4aebd5e)
BREAKING CHANGES
- Moved TypeScript and Prettier dependencies to peer dependencies and made them optional. Consumers of this package must
install them separately. - Moved ESLint plugins required by
amex/test
andamex/prettier/*
to become optional peer dependencies. - Several ESLint plugins received major updates.
- ESLint versions below v7.15.0 are no longer supported.