Skip to content

Commit

Permalink
add a note about config option that ignores file configs
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Feb 11, 2016
1 parent 984a53f commit 09011d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ Default: `false`

Control whether [stylelint](https://github.com/stylelint/stylelint/) is enabled for CSS/SCSS files or not.

#### stylelint.config
#### stylelint.configOverrides

Type: `Object`
Default: `null`

Will be directly passed to [`config`](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/node-api.md#config) option.
Will be directly passed to [`configOverrides`](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/node-api.md#configoverrides) option.

#### stylelint.configOverrides
#### stylelint.config

Type: `Object`
Default: `null`

Will be directly passed to [`configOverrides`](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/node-api.md#configoverrides) option.
Will be directly passed to [`config`](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/node-api.md#config) option. Note that if you set `config` option, this plugin ignores all the stylelint configuration files.

## License

Expand Down

0 comments on commit 09011d7

Please sign in to comment.