0.1.0 • Published 6 years ago

eslint-plugin-ejs-js v0.1.0

Weekly downloads
128
License
MIT
Repository
github
Last release
6 years ago

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