fistlabs / grunt-one-guide

Grunt plugin for one-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grunt-one-guide Build Status

Grunt plugin for one-guide

##Usage:

grunt.registerTask('lint', 'Lint\'N\'Style JavaScript', require('grunt-one-guide'));
    
grunt.initConfig({
    lint: {
        options: {
            root: process.cwd(),
            patterns: ['lib/**/*.js', 'test/**/*.js'],
            excludes: ['test/fixtures/**'],
            config: 'yandex-node'
        }
    }
});

LICENSE MIT

About

Grunt plugin for one-guide

License:MIT License


Languages

Language:JavaScript 100.0%