code style

This commit is contained in:
Hans Pagel
2021-01-05 12:14:34 +01:00
parent 3c4a134e9e
commit 647a44fbd4

View File

@@ -12,7 +12,7 @@
"lint": "eslint --quiet ./packages/**/src/**", "lint": "eslint --quiet ./packages/**/src/**",
"test": "jest", "test": "jest",
"audit-ci": "audit-ci --critical", "audit-ci": "audit-ci --critical",
"reset": "rm -rf ./**/node_modules && rm -rf ./yarn.lock && yarn install" "reset": "rm -Rf ./**/node_modules && rm -Rf ./yarn.lock && yarn install"
}, },
"postcss": { "postcss": {
"plugins": { "plugins": {