Skip to content

Instantly share code, notes, and snippets.

@justincorrigible
Last active October 21, 2017 02:18
Show Gist options
  • Save justincorrigible/6fa8bcb14e95094031895e6059576918 to your computer and use it in GitHub Desktop.
Save justincorrigible/6fa8bcb14e95094031895e6059576918 to your computer and use it in GitHub Desktop.
module.exports = {
extends: 'stylelint-config-standard',
ignoreAtRules: ['element', '/^define/'],
ignoreFiles: './dist/*'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment