diff --git a/.changeset/slow-avocados-shave.md b/.changeset/slow-avocados-shave.md deleted file mode 100644 index 19df6a4..0000000 --- a/.changeset/slow-avocados-shave.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'eslint-config-widen': minor ---- - -Enable a number of new ESLint rules: - -- [camelcase](https://eslint.org/docs/rules/camelcase) -- [default-param-last](https://eslint.org/docs/rules/default-param-last) -- [dot-notation](https://eslint.org/docs/rules/dot-notation) -- [no-console](https://eslint.org/docs/rules/no-console) -- [no-else-return](https://eslint.org/docs/rules/no-else-return) -- [no-empty](https://eslint.org/docs/rules/no-empty) -- [no-param-reassign](https://eslint.org/docs/rules/no-param-reassign) -- [no-return-await](https://eslint.org/docs/rules/no-return-await) -- [no-template-curly-in-string](https://eslint.org/docs/rules/no-template-curly-in-string) -- [no-unneeded-ternary](https://eslint.org/docs/rules/no-unneeded-ternary) -- [no-useless-computed-key](https://eslint.org/docs/rules/no-useless-computed-key) -- [require-await](https://eslint.org/docs/rules/require-await) diff --git a/packages/eslint-config-widen/CHANGELOG.md b/packages/eslint-config-widen/CHANGELOG.md index 1aa14d3..702829a 100644 --- a/packages/eslint-config-widen/CHANGELOG.md +++ b/packages/eslint-config-widen/CHANGELOG.md @@ -1,5 +1,24 @@ # eslint-config-widen +## 0.6.0 + +### Minor Changes + +- 199c091: Enable a number of new ESLint rules: + + - [camelcase](https://eslint.org/docs/rules/camelcase) + - [default-param-last](https://eslint.org/docs/rules/default-param-last) + - [dot-notation](https://eslint.org/docs/rules/dot-notation) + - [no-console](https://eslint.org/docs/rules/no-console) + - [no-else-return](https://eslint.org/docs/rules/no-else-return) + - [no-empty](https://eslint.org/docs/rules/no-empty) + - [no-param-reassign](https://eslint.org/docs/rules/no-param-reassign) + - [no-return-await](https://eslint.org/docs/rules/no-return-await) + - [no-template-curly-in-string](https://eslint.org/docs/rules/no-template-curly-in-string) + - [no-unneeded-ternary](https://eslint.org/docs/rules/no-unneeded-ternary) + - [no-useless-computed-key](https://eslint.org/docs/rules/no-useless-computed-key) + - [require-await](https://eslint.org/docs/rules/require-await) + ## 0.5.0 ### Minor Changes diff --git a/packages/eslint-config-widen/package.json b/packages/eslint-config-widen/package.json index 892d59f..a88500e 100644 --- a/packages/eslint-config-widen/package.json +++ b/packages/eslint-config-widen/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-widen", - "version": "0.5.0", + "version": "0.6.0", "description": "Widen's shared ESLint config.", "author": "Widen", "license": "ISC",