Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
Describe that the config is loaded via JSCS config loader
Browse files Browse the repository at this point in the history
Closes #39
  • Loading branch information
Gustavo Henke committed May 6, 2014
1 parent d5a08ef commit 49feff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Any specified option will be passed through directly to JSCS, plust this plugin
Type: `String`
Default value: `.jscsrc`

The path to the jscs configuration file.
The path to the jscs configuration file. The JSCS config loader will be used to find this file; for reference, [see here](https://github.com/mdevils/node-jscs#--config).
If both jscs settings and config option are specified, then they will merge together.

*If both jscs settings and config option are specified, then they will merge together. *
```js
jscs: {
src: "path/to/files/*.js",
Expand Down

0 comments on commit 49feff8

Please sign in to comment.