@aiou/eslint-ignore 0.6.0 → 0.6.1
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/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +2 -2
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*","
|
|
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","**/.gbrain","**/.factory","**/superpowers"]
|
|
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*","
|
|
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","**/.gbrain","**/.factory","**/superpowers"]
|
|
3
3
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiou/eslint-ignore",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "collection of eslint ignore patterns",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"strip-comments": "^2.0.1",
|
|
52
52
|
"tslib": "^2.4.1",
|
|
53
53
|
"tsx": "^4.20.0",
|
|
54
|
-
"typescript": "^
|
|
54
|
+
"typescript": "^5.9.3"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build": "tsx ./src/index.ts",
|