From 254eb49b9fa0d082461ee6cc28e3fb7bf33a29ef Mon Sep 17 00:00:00 2001 From: Michael Altamirano Date: Tue, 5 Apr 2022 10:43:33 -0700 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 8 ++++++-- README.md | 2 ++ package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 840ce6c..4264b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index c3a14f2..02cb593 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index e729c3d..ab27f88 100644 --- a/package.json +++ b/package.json @@ -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 ", "keywords": [