Created
March 28, 2017 12:05
-
-
Save aherok/880d0f2c7ec90af31457fdb9374d84ff to your computer and use it in GitHub Desktop.
stylelint
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
{ | |
"devDependencies": { | |
"stylelint": "^7.9.0", | |
"stylelint-config-standard": "^16.0.0" | |
}, | |
} |
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
module.exports = { | |
"extends": "stylelint-config-standard", | |
"rules": { | |
"block-opening-brace-newline-after": "always-multi-line" | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment