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:
authorZac Echola <zac.echola@gmail.com>2014-10-19 21:26:33 +0400
committerZac Echola <zac.echola@gmail.com>2014-10-19 21:26:33 +0400
commitc36215a741fa386f682729149a81e13bf3ff5f4c (patch)
tree758850001e459d5d7365d90ef372c394897f5c69 /README.md
parentab9547bbc3092a6eb64af1859b3aa2ecfb31ca5e (diff)
fix relaxerror example.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6983410..0b60719 100644
--- a/README.md
+++ b/README.md
@@ -80,7 +80,7 @@ Example:
grunt.initConfig({
bootlint: {
options: {
- relaxerror: ['Document is missing a DOCTYPE declaration']
+ relaxerror: ['W001', 'E001']
},
files: ['test/fixtures/**.html'],
},