UNPKG

@retailmenot/roux-sass-importer

Version:

A node-sass custom importer for Roux ecosystem ingredients.

20 lines (17 loc) 237 B
'use strict'; module.exports = function (grunt) { grunt.initConfig({ eslint: { lint: { src: ['./'] }, fix: { options: { fix: true }, src: ['./'] } } }); grunt.loadNpmTasks('gruntify-eslint'); };