# 变更日志

## 4.0.1 (2023-05-30)

- chore: upgrade `adc-umijs-fabric` to `2.0.1`.

## 4.0.0 (2023-02-20)

* chore: upgrade `adc-umijs-fabric` to `2.0.0` to support `eslint 8` & `stylelint 14`.
* chore: upgrade `eslint-config-ali` to `14.0.2`.
* chore: upgrade `@web-io/lint-config` to `2.0.1`.
* chore: config `@types/eslint` `^8.21.1` as `dependencies`.
* chore: use eslint `Linter.Config`.
* chore: move `eslintignore` to `ignorePatterns`.
* test: 配置 `jest` 测试 lint.
* chore: integrate `adc-mini-cli-common` `1.2.0`.
* chore: upgrade `typescript` to `~4.9.5`.
* chore: upgrade `lint-staged` to `^13.1.2`.
* chore: npm pack 包含 `CHANGELOG.md`.
* build: remove aci node 12.

## 3.0.1 (2022-07-01)

* chore: upgrade `@mas.io/adc-umijs-fabric` to `1.0.1` (fix: warning React version not specified in eslint-plugin-react settings).

#### BREAKING CHANGES

* chore: rename `eslint-react` to `react`.

## 3.0.0 (2022-06-28)

* 整合 `@alipay/adc-umijs-fabric` 1.0.0.
* 从 `@whale.io/lint` 2.2.0 迁移到 `@alipay/adc-lint`.
* chore: `curly` 统一控制语句都用大括号包裹起来.
* build: config aci.

## 2.2.0 (2021-08-30)

* chore: rename package name to @whale.io/lint
* chore: remove tslib

## 2.1.1 (2021-08-18)

* chore: no-trailing-spaces允许注释中尾部空白
* chore(stylelint): 排除rpx单位，禁用未知选择器

## 2.1.0 (2021-06-29)

* chore: upgrade @web-io/lint-config to 1.0.0
* chore: 使用overrides支持同时lint js和ts
* docs: add README & CHANGELOG
* docs: styelint使用说明
* chore: upgrade husky & lint-staged

## 2.0.4 (2021-05-26)

* fix: stylelint export error

## 2.0.3 (2021-05-26)

* chore: enhance array-type & space-before-function-paren rule

## 2.0.2 (2021-05-25)

* fix: jsx-quotes prefer-double
* feat: integrate eslint-config-ali 12.1.0

## 2.0.1 (2021-05-25)

* export origin fabric & prettier

## 2.0.0 (2021-05-08)

* integrate [@umijs/fabric](https://www.npmjs.com/package/@umijs/fabric/v/2.5.7) lint configuration
* integrate [@web-io/lint](https://www.npmjs.com/package/@web-io/lint/v/0.5.0) lint configuration
* eslint object-curly-spacing always