mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore: add prettierignore
This commit is contained in:
parent
54f591961e
commit
4f69b19dfc
2 changed files with 13 additions and 2 deletions
10
.prettierignore
Normal file
10
.prettierignore
Normal file
|
@ -0,0 +1,10 @@
|
|||
/coverage
|
||||
/lib
|
||||
/storybook-static
|
||||
/css
|
||||
/**/__sapper__
|
||||
/**/.routify
|
||||
/**/dist
|
||||
/**/client
|
||||
/**/build
|
||||
.storybook
|
|
@ -10,8 +10,9 @@
|
|||
"scripts": {
|
||||
"start": "start-storybook -p 9090",
|
||||
"build": "build-storybook",
|
||||
"prettier": "prettier --write './**/*.svelte'",
|
||||
"prepack": "node scripts/build-css && rollup -c"
|
||||
"prettier": "prettier --write './**/*.{svelte,js,md}'",
|
||||
"prepack": "node scripts/build-css && rollup -c",
|
||||
"publish-examples": "node scripts/publish-examples"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue