@etchteam/eslint-config 1.0.3 → 1.1.0
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/.github/{.mergify.yml → mergify.yml} +0 -0
- package/CHANGELOG.md +7 -4
- package/package.json +1 -1
- package/src/index.js +4 -0
|
File without changes
|
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
## [1.0
|
|
1
|
+
## [1.1.0](https://github.com/etchteam/eslint/compare/v1.0.3...v1.1.0) (2022-12-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* move @/ alias to the parent group ([8ee69c4](https://github.com/etchteam/eslint/commit/8ee69c4b372c688628b9303adc2568a490ff6709))
|
|
2
7
|
|
|
3
8
|
|
|
4
9
|
### Bug Fixes
|
|
5
10
|
|
|
6
|
-
*
|
|
7
|
-
* eslint requires a specific config name ([0bffcee](https://github.com/etchteam/eslint/commit/0bffcee865455d339b296da15875d851d2e45ea7))
|
|
8
|
-
* keep config in single file ([8d707e2](https://github.com/etchteam/eslint/commit/8d707e220929861f31795497447366a7bb2f92a5))
|
|
11
|
+
* rename mergify file ([93e057c](https://github.com/etchteam/eslint/commit/93e057cfada3644c636719251ff22dde52ab6ca4))
|
package/package.json
CHANGED