Simple file line parser for ESLint.
Use npm or a compatible tool.
$ npm install -D eslint @ben_12/eslint-simple-parser
Write your ESLint configuration:
module.exports = {
parser: "@ben_12/eslint-simple-parser"
};See GitHub Releases.
Welcome contributing!
Please use GitHub's Issues/PRs.
npm test... Run tests. It generates code coverage intocoveragedirectory.npm run watch... Run tests when files are edited.npm version <patch|minor|major>... Bump a new version.