JBaczuk / bitcoin-script-js

Bitcoin script interpreter written in javascript for browsers and node.js
MIT License
1 stars 1 forks source link

Add standardjs eslint config file. Implements #8. #11

Closed wardlem closed 5 years ago

wardlem commented 5 years ago

If you don't like standard you can reject this pull request. Entirely up to you.

I based this off of enhancement/create_opcode_list to avoid a conflict with the package.json file in the future.

wardlem commented 5 years ago

I personally prefer using eslint --fix over standard fix but it doesn't really matter to me. Having an npm script make sense and I will add.

JBaczuk commented 5 years ago

I personally prefer using eslint --fix over standard fix but it doesn't really matter to me. Having an npm script make sense and I will add.

That's fine with me I didn't realize the standard lint file was an eslintrc I thought it was something different than eslint for some reason.

wardlem commented 5 years ago

@JBaczuk Added the NPM scripts.