@ben_12/eslint-simple-parser

Simple parser for eslint.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@ben_12/eslint-simple-parser
0.1.07 months ago7 months agoMinified + gzip package size for @ben_12/eslint-simple-parser in KB

Readme

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.