File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 29
29
},
30
30
"typings" : " dist/index.d.ts" ,
31
31
"lint-staged" : {
32
- "*.ts" : [
33
- " prettier --no-semi --single-quote --trailing-comma es5"
32
+ "**/* .ts" : [
33
+ " prettier --list-different -- no-semi --single-quote --trailing-comma es5"
34
34
]
35
35
},
36
36
"devDependencies" : {
52
52
"transform" : {
53
53
".(ts|tsx)" : " <rootDir>/node_modules/ts-jest/preprocessor.js"
54
54
},
55
- "transformIgnorePatterns" : [
56
- " node_modules/(?!(javascript-obfuscator)/)"
57
- ],
55
+ "transformIgnorePatterns" : [" node_modules/(?!(javascript-obfuscator)/)" ],
58
56
"moduleNameMapper" : {
59
- "javascript-obfuscator" : " <rootDir>/node_modules/javascript-obfuscator/index.ts"
57
+ "javascript-obfuscator" :
58
+ " <rootDir>/node_modules/javascript-obfuscator/index.ts"
60
59
},
61
60
"testRegex" : " src/.*(/__tests__/.*|\\ .(test|spec))\\ .(ts|tsx|js)$" ,
62
- "moduleFileExtensions" : [
63
- " ts" ,
64
- " tsx" ,
65
- " js" ,
66
- " json"
67
- ]
61
+ "moduleFileExtensions" : [" ts" , " tsx" , " js" , " json" ]
68
62
}
69
63
}
You can’t perform that action at this time.
0 commit comments