17 lines
370 B
Plaintext
17 lines
370 B
Plaintext
# don't ever lint node_modules
|
|
node_modules
|
|
# don't lint build output (make sure it's set to your correct build folder name)
|
|
dist
|
|
# don't lint nyc coverage output
|
|
coverage
|
|
# Import order matters
|
|
poly.ts
|
|
src/locale-codes.ts
|
|
src/locales/
|
|
storybook-static/
|
|
# Prettier breaks the tsconfig file
|
|
tsconfig.json
|
|
.storybook/css-import-maps*
|
|
package.json
|
|
packages/**/package.json
|