File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44 "description" : " A mostly reasonable approach to JavaScript." ,
55 "scripts" : {
66 "preinstall" : " npm run install:config && npm run install:config:base" ,
7- "postinstall" : " rm -rf node_modules/markdownlint-cli/node_modules/markdownlint" ,
7+ "postinstall" : " rimraf node_modules/markdownlint-cli/node_modules/markdownlint" ,
88 "install:config" : " cd packages/eslint-config-airbnb && npm prune && npm install" ,
99 "install:config:base" : " cd packages/eslint-config-airbnb-base && npm prune && npm install" ,
1010 "lint" : " markdownlint --config linters/.markdownlint.json README.md */README.md" ,
4141 "homepage" : " https://github.com/airbnb/javascript" ,
4242 "devDependencies" : {
4343 "markdownlint" : " ^0.29.0" ,
44- "markdownlint-cli" : " ^0.35.0"
44+ "markdownlint-cli" : " ^0.35.0" ,
45+ "rimraf" : " ^6.0.1"
4546 }
4647}
You can’t perform that action at this time.
0 commit comments