@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.
File without changes
package/CHANGELOG.md CHANGED
@@ -1,8 +1,11 @@
1
- ## [1.0.3](https://github.com/etchteam/eslint/compare/v1.0.2...v1.0.3) (2022-12-19)
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
- * add peer deps ([641e7be](https://github.com/etchteam/eslint/commit/641e7be83810b4c8946bb421b1b2950937a1ad5e))
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "1.0.3",
3
+ "version": "1.1.0",
4
4
  "description": "Etch's standard eslint config",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -20,6 +20,10 @@ module.exports = {
20
20
  alphabetize: {
21
21
  order: 'asc'
22
22
  },
23
+ pathGroups: [{
24
+ pattern: '@/**',
25
+ group: 'parent'
26
+ }]
23
27
  }],
24
28
  },
25
29
  settings: {