0.1.0 • Published 7 months ago

@ben_12/eslint-simple-parser v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.
0.1.0

7 months ago