Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan committed Nov 19, 2019
1 parent c66a0ce commit 3bc1d03
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,16 @@
### Version 0.4.0 (2019-11-19)

- Added: [@typescript-eslint/space-before-function-paren].

### Version 0.3.0 (2019-11-18)

- Added: [wrap-iife](https://eslint.org/docs/rules/wrap-iife).
- Added: Support [eslint-plugin-vue v6.0](https://github.com/vuejs/eslint-plugin-vue/releases/tag/v6.0.0).
- Added: [wrap-iife].
- Added: Support [eslint-plugin-vue v6.0].

### Version 0.2.0 (2019-10-21)

- Initial release.

[@typescript-eslint/space-before-function-paren]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-function-paren.md
[eslint-plugin-vue v6.0]: https://github.com/vuejs/eslint-plugin-vue/releases/tag/v6.0.0
[wrap-iife]: https://eslint.org/docs/rules/wrap-iife
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-silent",
"version": "0.3.0",
"version": "0.4.0",
"description": "Silence all rules that you don't have to care about.",
"main": "index.js",
"repository": "https://github.com/yangmingshan/eslint-config-silent.git",
Expand Down

0 comments on commit 3bc1d03

Please sign in to comment.