@dartess/eslint-plugin 0.0.6 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  [//]: # (https://keepachangelog.com/en/1.1.0/)
4
4
 
5
+ ## [0.0.8] - 2025-12-28
6
+
7
+ - update `README`
8
+
5
9
  ## [0.0.6] - 2025-12-28
6
10
 
7
11
  - cleanup extra overrides
package/README.md CHANGED
@@ -15,7 +15,7 @@ Also can extends (if it is applicable)
15
15
  * `eslint-plugin-mobx` — `recommended`
16
16
  * `eslint-plugin-storybook` — `recommended` & `csf-strict`
17
17
 
18
- _(We also use `eslint-plugin-unicorn` but only special rules, without `recommended` config)_
18
+ _(We also use `eslint-plugin-unicorn` and `eslint-plugin-decorator-position` but only special rules, without `recommended` config)_
19
19
 
20
20
  All of it pinched with extra configs, setups and extra rules. Just take it and use it!
21
21
 
@@ -32,7 +32,7 @@ All of it pinched with extra configs, setups and extra rules. Just take it and u
32
32
  You'll first need to install [ESLint](https://eslint.org/) and peer deps:
33
33
 
34
34
  ```sh
35
- npm i -D eslint eslint-plugin-import-x eslint-import-resolver-typescript @eslint-community/eslint-plugin-eslint-comments typescript-eslint eslint-plugin-unicorn
35
+ npm i -D eslint eslint-plugin-import-x eslint-import-resolver-typescript @eslint-community/eslint-plugin-eslint-comments typescript-eslint eslint-plugin-unicorn eslint-plugin-decorator-position
36
36
  ```
37
37
 
38
38
  Next, also install the packages that suit your needs.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dartess/eslint-plugin",
3
3
  "type": "module",
4
- "version": "0.0.6",
4
+ "version": "0.0.8",
5
5
  "description": "A set of rules and configs for various TypeScript projects",
6
6
  "keywords": [
7
7
  "eslint",