This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

grunt-ejslint

1.0.0 • Public • Published

grunt-ejslint

Validate EJS files with ejs-lint

Install

$ npm install --save-dev grunt-ejslint

Usage

require('load-grunt-tasks')(grunt); // npm install --save-dev load-grunt-tasks
 
grunt.initConfig({
    ejslint: {
        target: ['file.js']
    }
});
 
grunt.registerTask('default', ['ejslint']);

Examples

Custom config

grunt.initConfig({
    ejslint: {
        options: {
            delimiter: '<%',
        },
        target: ['file.js']
    }
});

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i grunt-ejslint

Weekly Downloads

8

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jgeurts