Skip to content

Commit

Permalink
Merge pull request #2 from edx/andya/minor-fixes
Browse files Browse the repository at this point in the history
Move to the edX org, plus add back some rules
  • Loading branch information
andy-armstrong authored Sep 11, 2017
2 parents 56529c2 + f51545c commit cd1733c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-edx",
"version": "1.0.0",
"name": "@edx/stylelint-config-edx",
"version": "1.1.0",
"description": "Stylelint configs for edX Sass files.",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 0 additions & 2 deletions stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ module.exports = {
'function-comma-newline-after': null,
'function-parentheses-newline-inside': null,
'max-empty-lines': null,
'number-leading-zero': null,
'selector-list-comma-newline-after': null,
},
};

0 comments on commit cd1733c

Please sign in to comment.