2021-08-03 16:52:21 +01: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 09:16:49 +01:00
|
|
|
# Import order matters
|
|
|
|
poly.ts
|