ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 50 forks source link

Use standard-engine key to find linter #230

Open btkostner opened 5 years ago

btkostner commented 5 years ago

We should use the standard-engine package.json key to check what fork of standard to run. See https://github.com/standard/standard-engine/issues/196 for more information.