Skip to content

ben12/eslint-simple-parser

Repository files navigation

eslint-simple-parser

GitHub npm version Downloads/month
node-current npm bundle size
Quality Gate Status Quality Gate Quality Gate

Simple file line parser for ESLint.

💿 Installation

Use npm or a compatible tool.

$ npm install -D eslint @ben_12/eslint-simple-parser

📖 Usage

Write your ESLint configuration:

module.exports = {
  parser: "@ben_12/eslint-simple-parser"
};

📰 Changelog

See GitHub Releases.

❤️ Contributing

Welcome contributing!

Please use GitHub's Issues/PRs.

Development Tools

  • npm test ... Run tests. It generates code coverage into coverage directory.
  • npm run watch ... Run tests when files are edited.
  • npm version <patch|minor|major> ... Bump a new version.

Releases

No releases published

Packages

No packages published