Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljaltamirano committed Apr 5, 2022
1 parent 1db9e3b commit 254eb49
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ All notable changes to `eslint-plugin-curology` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## UNRELEASED
- TODO
## 1.0.0 - 2022-04-05

- **BREAKING** Remove `no-action-bound-decorator` rule
- **BREAKING** Remove `import-screaming-snake-case` rule
- Migrate `eslint-config-curology` into plugin as `plugin:curology/recommended`
- Add `plugin:curology/cypress` configuration

## 0.1.0 - 2020-01-28

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ To enable this configuration use the `extends` property in your `.eslintrc` conf

`"plugin:curology/recommended"` must be the last entry in "extends" for best [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier/blob/1f206661b8e197e6753b772509028c34f954b42a/README.md#recommended-configuration) compatibility.

There is also a `"plugin:curology/recommended"` for Cypress rules and configuration.

### Usage (Plugin)

Add `curology` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
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-plugin-curology",
"version": "0.1.0",
"version": "1.0.0",
"description": "ESLint Plugin and Configuration for Curology",
"author": "Curology <[email protected]>",
"keywords": [
Expand Down

0 comments on commit 254eb49

Please sign in to comment.