Skip to content

Commit

Permalink
Version Packages (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 1, 2022
1 parent 199c091 commit da5003d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .changeset/slow-avocados-shave.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/eslint-config-widen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-widen/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit da5003d

Please sign in to comment.