Skip to content

Instantly share code, notes, and snippets.

@aherok
Created March 28, 2017 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aherok/880d0f2c7ec90af31457fdb9374d84ff to your computer and use it in GitHub Desktop.
Save aherok/880d0f2c7ec90af31457fdb9374d84ff to your computer and use it in GitHub Desktop.
stylelint
{
"devDependencies": {
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0"
},
}
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