Skip to content

Commit

Permalink
Update README to match the most recent release
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-armstrong authored Sep 11, 2017
1 parent cd1733c commit 88c7149
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ details.
To begin using the edX Stylelint configs in a codebase, install this
package from npm:

npm install --save-dev stylelint-config-edx
npm install --save-dev @edx/stylelint-config-edx

Then, configure your project's Stylelint config to extend
`stylelint-config-edx` (see the ESLint docs
Expand All @@ -40,7 +40,7 @@ The simplest option is to add the following to a file
`stylelint.config.js` at the root of your repository:

module.exports = {
extends: 'stylelint-config-edx'
extends: '@edx/stylelint-config-edx'
};


Expand All @@ -54,5 +54,3 @@ The only changes are that the following rules have been disabled:
- [function-comma-newline-after](https://stylelint.io/user-guide/rules/function-comma-newline-after/)
- [function-parentheses-newline-inside](https://stylelint.io/user-guide/rules/function-parentheses-newline-inside/)
- [max-empty-lines](https://stylelint.io/user-guide/rules/max-empty-lines/)
- [number-leading-zero](https://stylelint.io/user-guide/rules/number-leading-zero/)
- [selector-list-comma-newline-after](https://stylelint.io/user-guide/rules/selector-list-comma-newline-after/)

0 comments on commit 88c7149

Please sign in to comment.