File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # ! /bin/sh
2
- # . "$(dirname "$0")/_/husky.sh"
1
+ !/bin/sh
2
+ . "$(dirname "$0")/_/husky.sh"
3
3
4
- # npx lint-staged
4
+ npx lint-staged
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ module.exports = {
30
30
'import/prefer-default-export' : 0 ,
31
31
'import/no-extraneous-dependencies' : 0 ,
32
32
'func-names' : 0 ,
33
- camelcase : 1 ,
34
- quotes : 0 ,
33
+ " camelcase" : 1 ,
34
+ " quotes" : 0 ,
35
35
'comma-dangle' : 0 ,
36
36
'no-useless-escape' : 0 ,
37
37
'no-unused-vars' : 0 ,
Original file line number Diff line number Diff line change 15
15
"defaultT" : " npm run build && cross-env PARSE=plainTemplate node ./dist/bundle" ,
16
16
"test:react" : " npm run checkFolders && jest ./src/parserMDReact/tests" ,
17
17
"lint:fix" : " eslint -c ./eslintrc.js ./src --fix --ignore-pattern \" ./package.json\" " ,
18
- "lint" : " eslint -c ./eslintrc.js ./src --ignore-pattern \" ./package.json\" " ,
18
+ "lint" : " eslint -c --quiet ./eslintrc.js ./src --ignore-pattern \" ./package.json\" " ,
19
19
"build:small" : " npm run checkFolders && node ./src/index.js" ,
20
20
"checkFolders" : " node ./checkFolders" ,
21
21
"test" : " npm run checkFolders && jest ./src/tests" ,
You can’t perform that action at this time.
0 commit comments