mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #17737 from nextgenthemes/v4-dev
Rename .scsslint.yml to .scss-lint.yml
This commit is contained in:
commit
2872ae5de1
2 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ module.exports = function (grunt) {
|
|||
scsslint: {
|
||||
options: {
|
||||
bundleExec: true,
|
||||
config: 'scss/.scsslint.yml',
|
||||
config: 'scss/.scss-lint.yml',
|
||||
reporterOutput: null
|
||||
},
|
||||
src: ['scss/*.scss', '!scss/_normalize.scss']
|
||||
|
|
Loading…
Add table
Reference in a new issue