mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
13 lines
177 B
Plaintext
13 lines
177 B
Plaintext
# Don't ever lint node_modules
|
|
node_modules
|
|
|
|
# Don't lint build output
|
|
dist
|
|
|
|
# don't lint nyc coverage output
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Don't lint NYC configuration
|
|
nyc.config.js
|