File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fs/eslint-config-tree" ,
3
- "version" : " 6.0.0-alpha.2 " ,
3
+ "version" : " 6.0.0-alpha.3 " ,
4
4
"description" : " Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
49
49
"lint:quiet" : " eslint demo --quiet" ,
50
50
"lint:report" : " eslint demo '**/*.html' --format html --output-file ./reports/linting/linting_report.html & eslint demo --format json --output-file ./reports/linting/linting_report.json" ,
51
51
"lint:snapshot" : " eslint demo --no-color --output-file ./demo/test/snapshots/local-linting-output.txt; eslint --print-config file.js > ./demo/test/snapshots/local-linting-final-config.json; npm run test:format" ,
52
- "preinstall" : " git config --global url.https://github.com/.insteadOf git://github.com/" ,
53
52
"postinstall" : " npm rebuild husky" ,
54
53
"publish" : " npmPublish" ,
55
54
"test" : " npm run lint:snapshot; ava" ,
You can’t perform that action at this time.
0 commit comments