File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 6
6
module . exports = {
7
7
extends : [ '../../.eslintrc.js' ] ,
8
8
overrides : [
9
- {
10
- files : [ 'src/**/*.ts' , 'src/**/*.tsx' ] ,
11
- rules : {
12
- '@sentry-internal/sdk/no-unsupported-es6-methods' : 'off' ,
13
- } ,
14
- } ,
15
9
{
16
10
files : [ 'jest.setup.ts' , 'jest.config.ts' ] ,
17
11
parserOptions : {
18
12
project : [ 'tsconfig.test.json' ] ,
19
13
} ,
20
- rules : {
21
- 'no-console' : 'off' ,
22
- } ,
23
14
} ,
24
15
] ,
25
16
} ;
Original file line number Diff line number Diff line change 18
18
"main" : " build/npm/cjs/index.js" ,
19
19
"module" : " build/npm/esm/index.js" ,
20
20
"types" : " build/npm/types/index.d.ts" ,
21
- "typesVersions" : {
22
- "<4.9" : {
23
- "build/npm/types/index.d.ts" : [
24
- " build/npm/types-ts3.8/index.d.ts"
25
- ]
26
- }
27
- },
28
21
"exports" : {
29
22
"./package.json" : " ./package.json" ,
30
23
"." : {
38
31
}
39
32
}
40
33
},
34
+ "typesVersions" : {
35
+ "<4.9" : {
36
+ "build/npm/types/index.d.ts" : [
37
+ " build/npm/types-ts3.8/index.d.ts"
38
+ ]
39
+ }
40
+ },
41
41
"publishConfig" : {
42
42
"access" : " public"
43
43
},
You can’t perform that action at this time.
0 commit comments