Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-11-16 18:59:55 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-17 19:57:46 +0300
commita2aa9525112386d3456f29e925cdc8c507aa6ebf (patch)
tree45ee02b2ca9990a1153a33f0f705c6da27a96250 /README.md
parent4106ea8c88cb3f7841adddcc339856b6ed5cdbd4 (diff)
Update README.md.
[ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4648a59..938dd4d 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ Shows all errors and warnings before stopping the task. (Overrides `stoponerror`
#### options.relaxerror
-* Type: `Array|Object`
+* Type: `Array | Object`
* Default: `[]`
Array of [bootlint problem ID codes][] (`String`s) to explicitly ignore.
@@ -100,8 +100,8 @@ Object of [bootlint problem ID codes][] as **keys** and filepath masks as array
relaxerror: {
'E001': [],
'W005': [
- 'path/to/file.html',
- 'file/path/*.mask'
+ 'path/to/file.html',
+ 'file/path/*.mask'
]
},
```