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 2929 },
3030 "typings" : " dist/index.d.ts" ,
3131 "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"
3434 ]
3535 },
3636 "devDependencies" : {
5252 "transform" : {
5353 ".(ts|tsx)" : " <rootDir>/node_modules/ts-jest/preprocessor.js"
5454 },
55- "transformIgnorePatterns" : [
56- " node_modules/(?!(javascript-obfuscator)/)"
57- ],
55+ "transformIgnorePatterns" : [" node_modules/(?!(javascript-obfuscator)/)" ],
5856 "moduleNameMapper" : {
59- "javascript-obfuscator" : " <rootDir>/node_modules/javascript-obfuscator/index.ts"
57+ "javascript-obfuscator" :
58+ " <rootDir>/node_modules/javascript-obfuscator/index.ts"
6059 },
6160 "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" ]
6862 }
6963}
You can’t perform that action at this time.
0 commit comments