Uses the linter your package depends on rather than the internal dependency whenever possible. This means that when you update standard in your package.json devDependencies, linter-js-standard will use that version. Also means that this package doesn't need to be updated constantly whenever a new version of anything comes out.
Solves #65 #89 #86 #76 #72
Uses the linter your package depends on rather than the internal dependency whenever possible. This means that when you update standard in your package.json devDependencies, linter-js-standard will use that version. Also means that this package doesn't need to be updated constantly whenever a new version of anything comes out.