@aiou/eslint-ignore 0.6.2 → 0.6.3

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 (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
 
2
- module.exports = ["**/logs","**/*.log","**/npm-debug.log*","**/yarn-debug.log*","**/yarn-error.log*","**/lerna-debug.log*","**/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json","**/pids","**/*.pid","**/*.seed","**/*.pid.lock","**/lib-cov","**/coverage","**/*.lcov","**/.nyc_output","**/.grunt","**/bower_components","**/.lock-wscript","**/build/Release","**/node_modules/","**/jspm_packages/","**/web_modules/","**/*.tsbuildinfo","**/.npm","**/.eslintcache","**/.stylelintcache","**/.node_repl_history","**/*.tgz","**/.yarn-integrity","**/.env","**/.env.*","**/!.env.example","**/.cache","**/.parcel-cache","**/.next","**/out","**/.nuxt","**/dist","**/.output","**/.cache/","**/.vuepress/dist","**/.temp","**/.svelte-kit/","**/.vitepress/dist","**/.vitepress/cache","**/.docusaurus","**/.serverless/","**/.fusebox/","**/.dynamodb/","**/.firebase/","**/.tern-port","**/.vscode-test","**/.pnpm-store","**/.pnp.*","**/.yarn/*","**/!.yarn/patches","**/!.yarn/plugins","**/!.yarn/releases","**/!.yarn/sdks","**/!.yarn/versions","**/vite.config.js.timestamp-*","**/vite.config.ts.timestamp-*","**/.vite/","**/debug","**/target","**/*.rs.bk","**/*.pdb","**/mutants.out*/","**/rustc-ice-*.txt","**/pnpm-lock.yaml","**/pnpm-workspace.yaml","**/dts","**/*.lock","**/dist","**/lib","**/jest","**/.next","**/.nuxt","**/.vitepress","**/.claude","**/.agents","**/.cursor","**/.openclaw","**/.opencode","**/.ai","**/.codex","**/.gbrain","**/.factory","**/superpowers","**/supermario","**/.planning"]
2
+ module.exports = ["**/logs","**/*.log","**/npm-debug.log*","**/yarn-debug.log*","**/yarn-error.log*","**/lerna-debug.log*","**/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json","**/pids","**/*.pid","**/*.seed","**/*.pid.lock","**/lib-cov","**/coverage","**/*.lcov","**/.nyc_output","**/.grunt","**/bower_components","**/.lock-wscript","**/build/Release","**/node_modules/","**/jspm_packages/","**/web_modules/","**/*.tsbuildinfo","**/.npm","**/.eslintcache","**/.stylelintcache","**/.node_repl_history","**/*.tgz","**/.yarn-integrity","**/.env","**/.env.*","**/!.env.example","**/.cache","**/.parcel-cache","**/.next","**/out","**/.nuxt","**/dist","**/.output","**/.cache/","**/.vuepress/dist","**/.temp","**/.svelte-kit/","**/.vitepress/dist","**/.vitepress/cache","**/.docusaurus","**/.serverless/","**/.fusebox/","**/.dynamodb/","**/.firebase/","**/.tern-port","**/.vscode-test","**/.pnpm-store","**/.pnp.*","**/.yarn/*","**/!.yarn/patches","**/!.yarn/plugins","**/!.yarn/releases","**/!.yarn/sdks","**/!.yarn/versions","**/vite.config.js.timestamp-*","**/vite.config.ts.timestamp-*","**/.vite/","**/debug","**/target","**/*.rs.bk","**/*.pdb","**/mutants.out*/","**/rustc-ice-*.txt","**/pnpm-lock.yaml","**/pnpm-workspace.yaml","**/dts","**/*.lock","**/dist","**/lib","**/jest","**/.next","**/.nuxt","**/.vitepress","**/.claude","**/.agents","**/.cursor","**/.openclaw","**/.opencode","**/.ai","**/.codex","**/.gbrain","**/.factory","**/superpowers","**/supermario","**/.planning","**/vendor","**/coverage","**/storybook-static","**/test-results","**/docs","**/samples"]
3
3
 
package/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
1
 
2
- export default ["**/logs","**/*.log","**/npm-debug.log*","**/yarn-debug.log*","**/yarn-error.log*","**/lerna-debug.log*","**/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json","**/pids","**/*.pid","**/*.seed","**/*.pid.lock","**/lib-cov","**/coverage","**/*.lcov","**/.nyc_output","**/.grunt","**/bower_components","**/.lock-wscript","**/build/Release","**/node_modules/","**/jspm_packages/","**/web_modules/","**/*.tsbuildinfo","**/.npm","**/.eslintcache","**/.stylelintcache","**/.node_repl_history","**/*.tgz","**/.yarn-integrity","**/.env","**/.env.*","**/!.env.example","**/.cache","**/.parcel-cache","**/.next","**/out","**/.nuxt","**/dist","**/.output","**/.cache/","**/.vuepress/dist","**/.temp","**/.svelte-kit/","**/.vitepress/dist","**/.vitepress/cache","**/.docusaurus","**/.serverless/","**/.fusebox/","**/.dynamodb/","**/.firebase/","**/.tern-port","**/.vscode-test","**/.pnpm-store","**/.pnp.*","**/.yarn/*","**/!.yarn/patches","**/!.yarn/plugins","**/!.yarn/releases","**/!.yarn/sdks","**/!.yarn/versions","**/vite.config.js.timestamp-*","**/vite.config.ts.timestamp-*","**/.vite/","**/debug","**/target","**/*.rs.bk","**/*.pdb","**/mutants.out*/","**/rustc-ice-*.txt","**/pnpm-lock.yaml","**/pnpm-workspace.yaml","**/dts","**/*.lock","**/dist","**/lib","**/jest","**/.next","**/.nuxt","**/.vitepress","**/.claude","**/.agents","**/.cursor","**/.openclaw","**/.opencode","**/.ai","**/.codex","**/.gbrain","**/.factory","**/superpowers","**/supermario","**/.planning"]
2
+ export default ["**/logs","**/*.log","**/npm-debug.log*","**/yarn-debug.log*","**/yarn-error.log*","**/lerna-debug.log*","**/report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json","**/pids","**/*.pid","**/*.seed","**/*.pid.lock","**/lib-cov","**/coverage","**/*.lcov","**/.nyc_output","**/.grunt","**/bower_components","**/.lock-wscript","**/build/Release","**/node_modules/","**/jspm_packages/","**/web_modules/","**/*.tsbuildinfo","**/.npm","**/.eslintcache","**/.stylelintcache","**/.node_repl_history","**/*.tgz","**/.yarn-integrity","**/.env","**/.env.*","**/!.env.example","**/.cache","**/.parcel-cache","**/.next","**/out","**/.nuxt","**/dist","**/.output","**/.cache/","**/.vuepress/dist","**/.temp","**/.svelte-kit/","**/.vitepress/dist","**/.vitepress/cache","**/.docusaurus","**/.serverless/","**/.fusebox/","**/.dynamodb/","**/.firebase/","**/.tern-port","**/.vscode-test","**/.pnpm-store","**/.pnp.*","**/.yarn/*","**/!.yarn/patches","**/!.yarn/plugins","**/!.yarn/releases","**/!.yarn/sdks","**/!.yarn/versions","**/vite.config.js.timestamp-*","**/vite.config.ts.timestamp-*","**/.vite/","**/debug","**/target","**/*.rs.bk","**/*.pdb","**/mutants.out*/","**/rustc-ice-*.txt","**/pnpm-lock.yaml","**/pnpm-workspace.yaml","**/dts","**/*.lock","**/dist","**/lib","**/jest","**/.next","**/.nuxt","**/.vitepress","**/.claude","**/.agents","**/.cursor","**/.openclaw","**/.opencode","**/.ai","**/.codex","**/.gbrain","**/.factory","**/superpowers","**/supermario","**/.planning","**/vendor","**/coverage","**/storybook-static","**/test-results","**/docs","**/samples"]
3
3
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiou/eslint-ignore",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "collection of eslint ignore patterns",
5
5
  "keywords": [
6
6
  "eslint",