0.1.0 • Published 2 years ago
@ben_12/eslint-simple-parser v0.1.0
eslint-simple-parser
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 intocoveragedirectory.npm run watch... Run tests when files are edited.npm version <patch|minor|major>... Bump a new version.
0.1.0
2 years ago