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

fix scsslint.yml path

parent eaa67a82
...@@ -205,11 +205,11 @@ module.exports = function (grunt) { ...@@ -205,11 +205,11 @@ module.exports = function (grunt) {
// CSS build configuration // CSS build configuration
scsslint: { scsslint: {
scss: ['scss/*.scss', '!scss/_normalize.scss'],
options: { options: {
config: 'scss/.scss-lint.yml', config: 'scss/.scsslint.yml',
reporterOutput: 'scss-lint-report.xml' reporterOutput: null
} },
src: ['scss/*.scss', '!scss/_normalize.scss']
}, },
postcss: { 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