style: [skip ci] lint code snippets in md (#5379)

This commit is contained in:
Sven SAULEAU
2017-02-25 18:19:29 +01:00
committed by Henry Zhu
parent 6614a63b3b
commit eb9d699ce9
14 changed files with 77 additions and 38 deletions

View File

@@ -53,7 +53,7 @@ require("babel-register")({
// Ignore can also be specified as a function.
ignore: function(filename) {
if (filename === '/path/to/es6-file.js') {
if (filename === "/path/to/es6-file.js") {
return false;
} else {
return true;