Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.eslintignore 240 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  1. # unconventional js
  2. /blueprints/*/files/
  3. /vendor/
  4. # compiled output
  5. /dist/
  6. /tmp/
  7. # dependencies
  8. /bower_components/
  9. /node_modules/
  10. # misc
  11. /coverage/
  12. !.*
  13. # ember-try
  14. /.node_modules.ember-try/
  15. /bower.json.ember-try
  16. /package.json.ember-try
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...