eslint-plugin-ejs-js

0.1.0 • Public • Published

eslint-plugin-ejs-js

EJS plugin for ESLint

Current status

NPM version Build Status Dependency Status Dev dependency Status Greenkeeper badge Coverage 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

Package Sidebar

Install

npm i eslint-plugin-ejs-js

Weekly Downloads

424

Version

0.1.0

License

MIT

Unpacked Size

9.37 kB

Total Files

5

Last publish

Collaborators

  • overlookmotel