Commit 3df2d085 authored by Mark Otto's avatar Mark Otto

fix scsslint.yml path

parent eaa67a82
......@@ -205,11 +205,11 @@ module.exports = function (grunt) {
// CSS build configuration
scsslint: {
scss: ['scss/*.scss', '!scss/_normalize.scss'],
options: {
config: 'scss/.scss-lint.yml',
reporterOutput: 'scss-lint-report.xml'
}
config: 'scss/.scsslint.yml',
reporterOutput: null
},
src: ['scss/*.scss', '!scss/_normalize.scss']
},
postcss: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment