@codfish/eslint-config 0.0.0-PR-132--f93ca2a → 0.0.0-PR-132--1df6820

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.
Files changed (2) hide show
  1. package/index.js +8 -7
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -214,18 +214,19 @@ export default defineConfig([
214
214
  '.expo',
215
215
  '**/tmp/',
216
216
  '**/temp/',
217
- '.tmp',
217
+ '**/.tmp',
218
218
  '.nx',
219
- '.eslintcache',
219
+ '**/.eslintcache',
220
220
  '*.tsbuildinfo',
221
221
  'node_modules',
222
222
  '**/node_modules/',
223
- 'pnpm-lock.yaml',
224
- 'pnpm-lock.*.yaml',
223
+ '**/pnpm-lock.yaml',
224
+ '**/pnpm-lock.*.yaml',
225
225
  '.history',
226
- '.yarn',
227
- 'yarn.lock',
228
- '.yarnrc.yml',
226
+ '**/.yarn',
227
+ '**/yarn.lock',
228
+ '**/package-lock.json',
229
+ '**/.yarnrc.yml',
229
230
  'pacts',
230
231
  '.claude',
231
232
  '.__mf__temp',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/eslint-config",
3
- "version": "0.0.0-PR-132--f93ca2a",
3
+ "version": "0.0.0-PR-132--1df6820",
4
4
  "description": "Modern ESLint configuration with TypeScript, React, and testing framework support.",
5
5
  "type": "module",
6
6
  "repository": {