dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.63k stars 278 forks source link

Add .eslintignore file and ignore rules #274

Closed newoga closed 6 years ago

newoga commented 6 years ago

@milesj

Are you open to adding an .eslintignore temporarily during the migration to ES6 so that eslint will not report errors for directories we have not migrated yet? We can remove the rules when we're finished.

I have editor integration enabled for eslint and all the lint errors in the old code are a little bit distracting :P

milesj commented 6 years ago

Good idea 👍