mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
6 lines
172 B
Plaintext
6 lines
172 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)
|
||
|
build
|
||
|
# don't lint nyc coverage output
|
||
|
coverage
|