devbook_ts/.eslintignore
Ruidy 191130a7ad
🐙 GitHub (#13)
* edit package.json

* eslint

* fetch git repos

* create repo array on fetch

* update repo array on profile edit

* edit profile presentation
2020-05-20 18:12:25 +02:00

6 lines
No EOL
172 B
Text

# 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