This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-03 15:52:21 +00:00
|
|
|
# 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
|
2021-09-23 08:16:49 +00:00
|
|
|
# Import order matters
|
|
|
|
poly.ts
|
2023-06-06 10:32:32 +00:00
|
|
|
src/locale-codes.ts
|
2023-06-08 11:27:35 +00:00
|
|
|
src/locales/
|
2023-07-17 15:57:08 +00:00
|
|
|
storybook-static/
|