@isentinel/eslint-config 0.5.4 → 0.5.6

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/index.cjs CHANGED
@@ -974,6 +974,7 @@ var GLOB_EXCLUDE = [
974
974
  "**/package-lock.json",
975
975
  "**/yarn.lock",
976
976
  "**/bun.lockb",
977
+ "**/.pnpm-store",
977
978
  "**/output",
978
979
  "**/coverage",
979
980
  "**/temp",
@@ -995,7 +996,8 @@ var GLOB_EXCLUDE = [
995
996
  "**/LICENSE*",
996
997
  "**/__snapshots__",
997
998
  "**/auto-import?(s).d.ts",
998
- "**/components.d.ts"
999
+ "**/components.d.ts",
1000
+ "**/roblox.yml"
999
1001
  ];
1000
1002
 
1001
1003
  // src/configs/stylistic.ts
package/dist/index.js CHANGED
@@ -910,6 +910,7 @@ var GLOB_EXCLUDE = [
910
910
  "**/package-lock.json",
911
911
  "**/yarn.lock",
912
912
  "**/bun.lockb",
913
+ "**/.pnpm-store",
913
914
  "**/output",
914
915
  "**/coverage",
915
916
  "**/temp",
@@ -931,7 +932,8 @@ var GLOB_EXCLUDE = [
931
932
  "**/LICENSE*",
932
933
  "**/__snapshots__",
933
934
  "**/auto-import?(s).d.ts",
934
- "**/components.d.ts"
935
+ "**/components.d.ts",
936
+ "**/roblox.yml"
935
937
  ];
936
938
 
937
939
  // src/configs/stylistic.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
3
  "type": "module",
4
- "version": "0.5.4",
4
+ "version": "0.5.6",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -111,7 +111,7 @@
111
111
  "simple-git-hooks": "^2.11.1",
112
112
  "tsup": "^8.0.2",
113
113
  "typescript": "^5.4.5",
114
- "@isentinel/eslint-config": "0.5.4"
114
+ "@isentinel/eslint-config": "0.5.6"
115
115
  },
116
116
  "simple-git-hooks": {
117
117
  "pre-commit": "pnpm lint-staged"