@etchteam/eslint-config 3.0.0 → 3.0.1
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 +3 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,4 @@
|
|
|
1
|
-
## 3.0.
|
|
1
|
+
## <small>3.0.1 (2026-04-02)</small>
|
|
2
2
|
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* Merge remote-tracking branch 'origin/main' into feat/optional-peer-deps ([4ab7150](https://github.com/etchteam/eslint/commit/4ab7150))
|
|
6
|
-
* docs: document required plugins for each config ([07b25d0](https://github.com/etchteam/eslint/commit/07b25d0))
|
|
7
|
-
* fix: add environment-specific plugins as devDependencies for CI ([9cc0973](https://github.com/etchteam/eslint/commit/9cc0973))
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
### BREAKING CHANGE
|
|
11
|
-
|
|
12
|
-
* Environment-specific plugins are no longer installed
|
|
13
|
-
automatically. Users must manually install the peer dependencies required
|
|
14
|
-
for their chosen config (e.g. `npm install angular-eslint` when using
|
|
15
|
-
`@etchteam/eslint-config/angular`).
|
|
16
|
-
|
|
17
|
-
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
|
3
|
+
* Merge pull request #550 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.3.4 ([6b5fa37](https://github.com/etchteam/eslint/commit/6b5fa37)), closes [#550](https://github.com/etchteam/eslint/issues/550)
|
|
4
|
+
* fix: Bump eslint-plugin-storybook from 10.3.3 to 10.3.4 ([4df8b90](https://github.com/etchteam/eslint/commit/4df8b90))
|