You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.editorconfig
now please don't shoot me but if we include prettier we should add the editorconfig with the same default settings as the default settings of prettier
prettier config and .prettierignore
leave empty but give people a space where they can put things in
npm scripts for prettier and prettier tests "format": "prettier --write \"**/*.{js,md,mdx,json}\"", "test:format": "prettier --list-different \"**/*.{js,md,mdx,json}\"",
cypress integration
cause I think it's hard and would add a lot of value
Just opinions...
.editorconfignow please don't shoot me but if we include prettier we should add the editorconfig with the same default settings as the default settings of prettier
prettier config and
.prettierignoreleave empty but give people a space where they can put things in
npm scripts for prettier and prettier tests
"format": "prettier --write \"**/*.{js,md,mdx,json}\"","test:format": "prettier --list-different \"**/*.{js,md,mdx,json}\"",cypress integration
cause I think it's hard and would add a lot of value
stuff like
yarn start [component]"start": "/bin/sh -c 'cd components/${1:-$0} && yarn start'",Nice to have
yarn create [component]that takes a bunch of files from the.template/folder and fills in some bitshelpers/folder with ... helper scripts"dep:test": "manypkg check && preconstruct build || preconstruct dev","dep:fix": "manypkg fix",