Changeset 516 for Dev/trunk/node_modules/grunt-coffeelint/README.md
- Timestamp:
- 03/14/14 12:36:58 (11 years ago)
- Location:
- Dev/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk
- Property svn:ignore
-
old new 1 1 build 2 quod-erat.git
-
- Property svn:ignore
-
Dev/trunk/node_modules/grunt-coffeelint/README.md
r484 r516 14 14 grunt.loadNpmTasks('grunt-coffeelint'); 15 15 16 ## Options 17 18 A few additional options are supported: 19 20 ### force 21 Type: `Boolean` 22 Default value: `false` 23 24 Set `force` to `true` to report CoffeeLint errors but not fail the task. 16 25 17 26 ## Configuration … … 68 77 ```` 69 78 70 For available options see [example configuration] or [coffeelint homepage]. 71 79 For available options see [coffeelint homepage]. 72 80 73 81 [CoffeeLint]: http://www.coffeelint.org/ 74 82 [coffeelint homepage]: http://www.coffeelint.org/ 75 [example configuration]: https://raw.github.com/clutchski/coffeelint/master/examples/coffeelint.json
Note: See TracChangeset
for help on using the changeset viewer.