From 11534a8ff829eb0f4da6279600696c853ca71cac Mon Sep 17 00:00:00 2001 From: Landon Abney Date: Wed, 13 Jul 2016 10:55:48 -0700 Subject: [PATCH] Cleanup the README a bit --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 7307db88..b9fe3969 100644 --- a/readme.md +++ b/readme.md @@ -11,15 +11,15 @@ an interface to [stylelint](https://github.com/stylelint/stylelint). apm install linter-stylelint ``` -linter-stylelint checks both `.css` and `.scss` files. (For `.scss` files, it -automatically tells `stylelint` to use the right parser.) +linter-stylelint runs `stylelint` against your CSS, SCSS, Less, PostCSS, +and SugarSS files. ## 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 - project's root or upper directories. +- Place a configuration file (`.stylelintrc` or `stylelint.config.js`) in your + project's root folder or in any parent folder. - Add a `stylelint` section in your `package.json`.