Created
December 21, 2018 17:40
-
-
Save rerodrigues/e0edbec10e9113830552590ef6cd4744 to your computer and use it in GitHub Desktop.
SASS-LINT package.json example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name":"My Package", | |
"scripts":{ | |
"sasslint":"sass-lint './app/**/*.scss' -v -q" | |
}, | |
"pre-commit":[ | |
"sasslint" | |
], | |
"dependencies":{ | |
}, | |
"devDependencies":{ | |
"git-validate": "^2.2.2", | |
"sass-lint":"^1.12.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment