mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-16 09:40:44 +08:00
Change prettier's settings to be closer to current codebase's style
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
"storybook:build": "build-storybook -c .storybook -o .out",
|
||||
"storybook:github": "storybook-to-ghpages",
|
||||
"prepublishOnly": "export NODE_ENV=production && webpack && ./node_modules/node-sass/bin/node-sass --output-style compressed ./src/sass.scss > ./dist/style.css",
|
||||
"lintjs": "prettier --single-quote --trailing-comma es5 --write \"src/**/*.js\""
|
||||
"lintjs": "prettier --use-tabs --write \"src/**/*.ts\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@storybook/storybook-deployer": "^2.0.0",
|
||||
|
Reference in New Issue
Block a user