Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Cleanup the README a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Jul 13, 2016
1 parent 65e9f78 commit 11534a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Expand Up @@ -11,15 +11,15 @@ an interface to [stylelint](https://github.com/stylelint/stylelint).
apm install linter-stylelint apm install linter-stylelint
``` ```


linter-stylelint checks both `.css` and `.scss` files. (For `.scss` files, it linter-stylelint runs `stylelint` against your CSS, SCSS, Less, PostCSS,
automatically tells `stylelint` to use the right parser.) and SugarSS files.


## Configuration ## Configuration


You can pass configuration to `stylelint` in any of the following ways: You can pass a configuration to `stylelint` in any of the following ways:


- Place a config file (`.stylelintrc` or `stylelint.config.js`) in your - Place a configuration file (`.stylelintrc` or `stylelint.config.js`) in your
project's root or upper directories. project's root folder or in any parent folder.


- Add a `stylelint` section in your `package.json`. - Add a `stylelint` section in your `package.json`.


Expand Down

0 comments on commit 11534a8

Please sign in to comment.