@aiou/eslint-ignore 0.3.0 → 0.3.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/index.js +3 -71
- package/package.json +3 -4
package/index.js
CHANGED
|
@@ -1,71 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
'npm-debug.log*',
|
|
5
|
-
'yarn-debug.log*',
|
|
6
|
-
'yarn-error.log*',
|
|
7
|
-
'lerna-debug.log*',
|
|
8
|
-
'.pnpm-debug.log*',
|
|
9
|
-
'report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json',
|
|
10
|
-
'pids',
|
|
11
|
-
'*.pid',
|
|
12
|
-
'*.seed',
|
|
13
|
-
'*.pid.lock',
|
|
14
|
-
'lib-cov',
|
|
15
|
-
'coverage',
|
|
16
|
-
'*.lcov',
|
|
17
|
-
'.nyc_output',
|
|
18
|
-
'.grunt',
|
|
19
|
-
'bower_components',
|
|
20
|
-
'.lock-wscript',
|
|
21
|
-
'build/Release',
|
|
22
|
-
'node_modules/',
|
|
23
|
-
'jspm_packages/',
|
|
24
|
-
'web_modules/',
|
|
25
|
-
'*.tsbuildinfo',
|
|
26
|
-
'.npm',
|
|
27
|
-
'.eslintcache',
|
|
28
|
-
'.stylelintcache',
|
|
29
|
-
'.rpt2_cache/',
|
|
30
|
-
'.rts2_cache_cjs/',
|
|
31
|
-
'.rts2_cache_es/',
|
|
32
|
-
'.rts2_cache_umd/',
|
|
33
|
-
'.node_repl_history',
|
|
34
|
-
'*.tgz',
|
|
35
|
-
'.yarn-integrity',
|
|
36
|
-
'.env',
|
|
37
|
-
'.env.development.local',
|
|
38
|
-
'.env.test.local',
|
|
39
|
-
'.env.production.local',
|
|
40
|
-
'.env.local',
|
|
41
|
-
'.cache',
|
|
42
|
-
'.parcel-cache',
|
|
43
|
-
'.next',
|
|
44
|
-
'out',
|
|
45
|
-
'.nuxt',
|
|
46
|
-
'dist',
|
|
47
|
-
'.cache/',
|
|
48
|
-
'.vuepress/dist',
|
|
49
|
-
'.temp',
|
|
50
|
-
'.docusaurus',
|
|
51
|
-
'.serverless/',
|
|
52
|
-
'.fusebox/',
|
|
53
|
-
'.dynamodb/',
|
|
54
|
-
'.tern-port',
|
|
55
|
-
'.vscode-test',
|
|
56
|
-
'.yarn/cache',
|
|
57
|
-
'.yarn/unplugged',
|
|
58
|
-
'.yarn/build-state.yml',
|
|
59
|
-
'.yarn/install-state.gz',
|
|
60
|
-
'.pnp.*',
|
|
61
|
-
'.webpack/',
|
|
62
|
-
'.svelte-kit',
|
|
63
|
-
'**/pnpm-lock.yaml',
|
|
64
|
-
'**/pnpm-workspace.yaml',
|
|
65
|
-
'*.lock',
|
|
66
|
-
'dist',
|
|
67
|
-
'lib',
|
|
68
|
-
'jest',
|
|
69
|
-
'.next',
|
|
70
|
-
'.nuxt',
|
|
71
|
-
]
|
|
1
|
+
|
|
2
|
+
module.exports = ["logs","*.log","npm-debug.log*","yarn-debug.log*","yarn-error.log*","lerna-debug.log*",".pnpm-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",".rpt2_cache/",".rts2_cache_cjs/",".rts2_cache_es/",".rts2_cache_umd/",".node_repl_history","*.tgz",".yarn-integrity",".env",".env.development.local",".env.test.local",".env.production.local",".env.local",".cache",".parcel-cache",".next","out",".nuxt","dist",".cache/",".vuepress/dist",".temp",".docusaurus",".serverless/",".fusebox/",".dynamodb/",".tern-port",".vscode-test",".yarn/cache",".yarn/unplugged",".yarn/build-state.yml",".yarn/install-state.gz",".pnp.*",".webpack/",".svelte-kit","**/pnpm-lock.yaml","**/pnpm-workspace.yaml","dts/*.d.ts","*.lock","dist","lib","jest",".next",".nuxt"]
|
|
3
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiou/eslint-ignore",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "collection of eslint ignore patterns",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -34,18 +34,17 @@
|
|
|
34
34
|
"@types/node": "^18.11.9",
|
|
35
35
|
"@types/strip-comments": "^2.0.1",
|
|
36
36
|
"axios": "^0.24.0",
|
|
37
|
+
"esno": "^0.16.3",
|
|
37
38
|
"jest": "27.4.7",
|
|
38
39
|
"lint-staged": "^12.5.0",
|
|
39
40
|
"npm-watch": "0.11.0",
|
|
40
41
|
"rimraf": "3.0.2",
|
|
41
42
|
"strip-comments": "^2.0.1",
|
|
42
|
-
"ts-jest": "27.1.2",
|
|
43
|
-
"ts-node": "10.4.0",
|
|
44
43
|
"tslib": "^2.4.1",
|
|
45
44
|
"typescript": "^4.8.4"
|
|
46
45
|
},
|
|
47
46
|
"scripts": {
|
|
48
|
-
"build": "
|
|
47
|
+
"build": "esno ./src/index.ts",
|
|
49
48
|
"test": "jest"
|
|
50
49
|
}
|
|
51
50
|
}
|