File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ node_modules /
2
+ public /utils /codemirror /
3
+ public /kibana-integrations /
Original file line number Diff line number Diff line change 26
26
},
27
27
"homepage" : " https://www.wazuh.com/" ,
28
28
"scripts" : {
29
+ "pretty" : " prettier --single-quote \" {,!(node_modules)/**/}*.js\" --write" ,
29
30
"tslint" : " tslint -c .tslint.yml server/**/*.ts server/**/*.tsx public/**/*.ts public/**/*.tsx" ,
30
- "lint" : " eslint server/** server/*.js *.js public/**/*.js public/*.js util/*.js -c .eslintrc.json --color" ,
31
+ "lint" : " eslint ./ server/ ./ public/ ./ util/ . /*.js -c .eslintrc.json --color" ,
31
32
"prebuild" : " tsc; find . -name \" *.ts*\" -type f -not -path \" ./node_modules/*\" -delete" ,
32
33
"build" : " plugin-helpers build" ,
33
34
"test" : " _mocha test/**/*"
56
57
"eslint-plugin-import" : " ^2.14.0" ,
57
58
"eslint-plugin-node" : " ^7.0.1" ,
58
59
"mocha" : " ^5.2.0" ,
59
- "chai " : " ^3.5.0 " ,
60
+ "prettier " : " ^1.14.2 " ,
60
61
"tslint" : " ^5.11.0" ,
61
62
"typescript" : " ^3.0.1" ,
62
63
"typescript-eslint-parser" : " ^18.0.0"
You can’t perform that action at this time.
0 commit comments