File tree Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 5
5
6
6
module . exports = {
7
7
extends : [ '../../.eslintrc.js' ] ,
8
- ignorePatterns : [
9
- 'coverage/**' ,
10
- 'build/**' ,
11
- 'dist/**' ,
12
- 'cjs/**' ,
13
- 'esm/**' ,
14
- 'examples/**' ,
15
- 'test/manual/**' ,
16
- 'types/**' ,
17
- // TODO: Remove these after migration
18
- 'scripts/**' ,
19
- '__mocks__/**' ,
20
- 'rollup.config.worker.js' ,
21
- ] ,
8
+ ignorePatterns : [ 'rollup.config.worker.js' ] ,
22
9
overrides : [
23
10
{
24
11
files : [ 'worker/**/*.ts' ] ,
Original file line number Diff line number Diff line change 1
1
node_modules
2
2
/* .tgz
3
3
.eslintcache
4
- dist
5
4
build
Original file line number Diff line number Diff line change 16
16
"allowJs" : true ,
17
17
"declaration" : true ,
18
18
"declarationMap" : true ,
19
- "strictNullChecks" : true ,
20
- "outDir" : " ./build/npm/dist"
19
+ "strictNullChecks" : true
21
20
},
22
21
"include" : [" src/**/*.ts" ],
23
22
"exclude" : [" node_modules" ]
You can’t perform that action at this time.
0 commit comments