Releases: instantcommerce/eslint-config-instant
Releases · instantcommerce/eslint-config-instant
v2.5.0
2.5.0 (2023-07-20)
Features
- allow usage of
console.table()
(255cb6f)
v2.4.0
2.4.0 (2023-06-06)
Features
- add
object-shorthand
to backend config (1a22ba7)
v2.3.0
2.3.0 (2023-06-06)
Features
- backend: require usage of
await
when returning (92c4f5a)
v2.2.0
2.2.0 (2023-05-31)
Features
- allow using underscores for unused arguments (eca61d9)
v2.1.0
2.1.0 (2023-05-16)
Features
- don't allow comment directly after import (635dfec)
- enforce trailing comma in backend (ac67748)
- remove alias mapping from backend config (d11e35e)
v2.0.0
2.0.0 (2023-02-15)
Bug Fixes
-
prettier: useTabs: true 🍿 (940da7b)
-
Merge pull request #51 from instantcommerce/fix/use-tabs (79a781d), closes #51
BREAKING CHANGES
- update prettier config to
useTabs: true