File tree Expand file tree Collapse file tree 2 files changed +241
-175
lines changed Expand file tree Collapse file tree 2 files changed +241
-175
lines changed Original file line number Diff line number Diff line change 59
59
"eslint-plugin-sonarjs" : " 0.5.0" ,
60
60
"husky" : " 7.0.4" ,
61
61
"jest" : " 26.6.3" ,
62
- "jest-extended" : " 0.11.5" ,
62
+ "jest-extended" : " 1.2.1" ,
63
+ "lint-staged" : " 12.3.7" ,
63
64
"mysql2" : " 2.1.0" ,
64
65
"onchange" : " 6.0.0" ,
65
66
"pg" : " 8.4.2" ,
68
69
"semantic-release-slack-bot" : " 3.5.2" ,
69
70
"sequelize" : " 5.21.3" ,
70
71
"sequelize-fixtures" : " 1.1.1" ,
71
- "simple-git" : " 1.65.0" ,
72
72
"tedious" : " 11.0.8" ,
73
73
"typescript" : " 4.3.2"
74
74
},
75
75
"scripts" : {
76
76
"build" : " babel src --out-dir dist" ,
77
77
"build:watch" : " onchange 'src/**/*.js' 'node_modules/forest-express/dist/*' --no-exclude -i -- babel --source-maps inline --out-dir dist src" ,
78
- "lint" : " ./node_modules/eslint/bin/eslint.js .eslint-bin src test types/index.d.ts" ,
78
+ "lint" : " ./node_modules/eslint/bin/eslint.js src test types/index.d.ts" ,
79
79
"prepare" : " husky install" ,
80
80
"test" : " jest" ,
81
81
"test:coverage" : " jest --coverage"
You can’t perform that action at this time.
0 commit comments