eslint-plugin-ejs-js
v0.1.0
Published
EJS plugin for ESLint
Downloads
1,500
Maintainers
Readme
eslint-plugin-ejs-js
EJS plugin for ESLint
Current status
Usage
ESLint plugin for EJS (embedded Javascript templates). Implemented entirely in Javascript.
npm install --save-dev eslint eslint-plugin-ejs-js
Add ejs-js
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"ejs-js"
]
}
Tests
Use npm test
to run the tests. Use npm run cover
to check coverage.
Changelog
See changelog.md
Issues
If you discover a bug, please raise an issue on Github. https://github.com/overlookmotel/eslint-plugin-ejs-js/issues
Contribution
Pull requests are very welcome. Please:
- ensure all tests pass before submitting PR
- add an entry to changelog
- add tests for new features
- document new functionality/API additions in README