@joshuaavalon/eslint-config-typescript 8.2.0 → 8.2.2

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/dist/cjs/index.js CHANGED
@@ -193,7 +193,7 @@ const rules$1 = {
193
193
  type: "alphabetical",
194
194
  order: "asc",
195
195
  ignoreCase: true,
196
- internalPattern: ["~/**", "#/**"],
196
+ internalPattern: ["~/**", "@/**", "#**", "#**/**"],
197
197
  newlinesBetween: "ignore",
198
198
  groups: [
199
199
  "builtin",
package/dist/esm/index.js CHANGED
@@ -191,7 +191,7 @@ const rules$1 = {
191
191
  type: "alphabetical",
192
192
  order: "asc",
193
193
  ignoreCase: true,
194
- internalPattern: ["~/**", "#/**"],
194
+ internalPattern: ["~/**", "@/**", "#**", "#**/**"],
195
195
  newlinesBetween: "ignore",
196
196
  groups: [
197
197
  "builtin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joshuaavalon/eslint-config-typescript",
3
- "version": "8.2.0",
3
+ "version": "8.2.2",
4
4
  "description": "Shareable ESLint Typescript config.",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -35,7 +35,7 @@
35
35
  "url": "https://github.com/joshuaavalon/eslint-config/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@joshuaavalon/eslint-config-javascript": "^8.2.0",
38
+ "@joshuaavalon/eslint-config-javascript": "^8.2.1",
39
39
  "typescript-eslint": "^8.3.0"
40
40
  },
41
41
  "peerDependencies": {