diff --git a/.changeset/healthy-countries-jump.md b/.changeset/healthy-countries-jump.md deleted file mode 100644 index 9f65aa9..0000000 --- a/.changeset/healthy-countries-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@virtual-live-lab/eslint-config": patch ---- - -Enable tseslint/strict-boolean-expressions diff --git a/.changeset/spicy-cooks-begin.md b/.changeset/spicy-cooks-begin.md deleted file mode 100644 index 8873cd0..0000000 --- a/.changeset/spicy-cooks-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@virtual-live-lab/eslint-config": patch ---- - -Ignore sort object rule with new line diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 6a9f74a..306e600 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @virtual-live-lab/eslint-config +## 2.0.2 + +### Patch Changes + +- [#102](https://github.com/VirtualLiveLab/js-config/pull/102) [`d8fb332`](https://github.com/VirtualLiveLab/js-config/commit/d8fb3326dbd815f545d4d15819e9735e55a1fc61) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Enable tseslint/strict-boolean-expressions + +- [#104](https://github.com/VirtualLiveLab/js-config/pull/104) [`95fed8f`](https://github.com/VirtualLiveLab/js-config/commit/95fed8f90b57e77c83d595df3125296d0e92b969) Thanks [@sushi-chaaaan](https://github.com/sushi-chaaaan)! - Ignore sort object rule with new line + ## 2.0.1 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 71aaac8..5ef8e24 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@virtual-live-lab/eslint-config", - "version": "2.0.1", + "version": "2.0.2", "description": "ESLint configuration for Virtual Live Lab", "main": "./dist/index.mjs", "module": "./dist/index.mjs",