Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarCruz committed May 15, 2020
1 parent b97d849 commit 09901db
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
# Changes for eslint-config-standardize

## \[0.6.0] - 2020-05-14
## \[0.6.1] - 2020-05-14

### Changed

- Rename `unicorn/regex-shorthand` rule to `unicorn/better-regex`
- Minimum ESLint 6.8.0
- Update Prettierx to v0.12.0
- Updated dependencies.

### Removed

- ['@typescript-eslint/await-thenable'](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/await-thenable.md)

## \[0.6.0] - 2020-02-13

### Added

- ['@typescript-eslint/await-thenable'](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/await-thenable.md) as warn.
- ['react/jsx-no-script-url'](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-script-url.md) using defaults as error.
- ['prefer-arrow-callback'](https://eslint.org/docs/rules/prefer-arrow-callback) using defaults as error.

### Changed

- Rename `unicorn/regex-shorthand` rule to `unicorn/better-regex`
- Require NodeJS 10.13, 12.0, or above (compatibile with ESLint 6.8)
- Minimum ESLint 6.8.0
- Update Prettierx to v0.12.0
- Require NodeJS 10.13, 12.0, or above (compatible with ESLint 6.8)
- Updated dependencies.
- Set ['no-useless-constructor'](https://eslint.org/docs/rules/no-useless-constructor) to error (the StandardJS seeting).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-standardize",
"version": "0.6.0",
"version": "0.6.1",
"main": "./index.js",
"author": "aMarCruz <[email protected]>",
"description": "My personal configuration based on StandardJS, ready for JavaScript and TypeScript",
Expand Down

0 comments on commit 09901db

Please sign in to comment.