Releases: axa-ch/easy-config
Releases · axa-ch/easy-config
v3.0.0
v2.1.1
- Remove the deprecated and unused
scss/at-import-no-partial-leading-underscore
stylelint rule (you might consider addingload-no-partial-leading-underscore
to your config if you need it stylelint-scss/stylelint-scss#859) - Update deps
- Removed unused optional deps
v2.1.0
- Add typescript interfaces
- Fix typescript errors in test files
v2.0.0
- Update drop
eslint
and all its related plugins in favor of https://biomejs.dev/ - Update project setup to support native esm module syntax
- Update drop support for stylelint bem rules linting
- Update typescript config to detect unused function params
v1.3.0
- Update deps
- Add support for newer peerDeps packages
v1.2.2
- Update peerDependencies to support newer stylelint plugins versions
- Fix the
at-import-no-partial-leading-underscore
deprecation warning
v1.2.1
- Update deps
- Add support for newer peerDeps packages
v1.1.0
- Disable the use of the
.ts|.tsx
extensions for the import of typescript files
v1.0.0
This package has been widely used in several AXA frontend projects. It is mature and stable.
This version brings also support for prettier@3 and several dependencies updates
Add LF Line break
Feature Add linebreak lf (#8) * add jsxSingleQuote: true * 0.0.6 * add linebreak lf to eslint-base.js and prettier-base.js * 0.1.0 --------- Co-authored-by: Hasler Valentin <C315346@ch.doleni.net>