mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
9 lines
200 B
Plaintext
9 lines
200 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
|
||
|
|
||
|
.eslintrc.js
|
||
|
jest.config.js
|