f2elint
Version:
Linter for Alibaba F2E Guidelines
82 lines (45 loc) • 2.06 kB
Markdown
# Changelog
## 7.0.0 - 2026-04-01
- feat!: **BREAKING CHANGE** change stylelint configuration file to stylelint.config.mjs
- feat: update stylelint-config-ali to 3.x
- feat: update stylelint to 17.x
## 6.3.6 - 2026-03-13
- feat(commitlint): update `@commitlint/cli` and `@commitlint/config-conventional` from 19.x to 20.x
## 6.3.4 - 2025-12-19
- fix(vscode,prettier): update prettier vs code extension name from `esbenp.prettier-vscode` to `prettier.prettier-vscode`
## 6.3.3 - 2025-09-03
- fix(eslint): remove `eslint-plugin-react-app` dependency
- fix(eslint): remove `eslint-plugin-vue` dependency
- fix(stylelint): remove `stylelint-config-rational-order` dependency
- fix(stylelint): remove `stylelint-config-standard` dependency
- fix(stylelint): remove `stylelint-order` dependency
## 6.3.2 - 2025-09-03
- fix(eslint): remove `eslint-config-airbnb-base` dependency
## 6.3.1 - 2025-08-28
- fix(stylelint): remove `stylelint-scss` dependency
## 6.3.0 - 2025-08-14
- feat: restrict Node.js version to 20.8 or above
## 6.2.0 - 2025-08-11
- Changed license to MPL-2.0
## 6.1.1 - 2025-06-08
- fix(stylelint): add `--allow-empty-input` argument
## 6.1.0 - 2025-05-13
- feat(lint-staged): update `lint-staged` from 15.x to 16.x
## 6.0.0 - 2025-04-27
- feat(export)!: changed to default export
## 5.1.2 - 2025-04-26
- fix(install): change `npm update` to `npm install` for smoother integration
## 5.1.1 - 2025-04-26
- fix(editorconfig): sort config options
- fix(ignore): remove .ci folder
- fix(vscode): remove other rulers
## 5.1.0 - 2025-04-26
- feat(template/commitlint): switch to `@commitlint/config-conventional`
## 5.0.6 - 2025-04-26
- fix(template/base): add delete rule of `@ali/eslint-config-att` dependency
## 5.0.1 - 2025-04-12
- fix(types): changed `TemplateType` from enum to union
## 5.0.0 - 2025-02-22
- **BREAKING CHANGE** feat(eslint): update to ESLint 9 and change config file to eslint.config.mjs
## 4.9.1 - 2024-12-09
- fix(husky): remove deprecated `. "$(dirname -- "$0")/_/husky.sh"` from husky git hooks