From b4fea2a3d62da5e2e3f90d7f2109f02f927f7174 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Fri, 21 Apr 2017 22:55:51 +0300 Subject: doc: add eslint-plugin-markdown * install eslint-plugin-markdown * add doc/.eslintrc.yaml * add `` or `` for the rest of problematic code * .js files in doc folder added to .eslintignore * update Makefile and vcbuild.bat PR-URL: https://github.com/nodejs/node/pull/12563 Refs: https://github.com/nodejs/node/pull/12557#issuecomment-296015032 Reviewed-By: Teddy Katz Reviewed-By: James M Snell Reviewed-By: Timothy Gu Reviewed-By: Gibson Fahnestock Reviewed-By: Yuta Hiroto --- .eslintignore | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintignore') diff --git a/.eslintignore b/.eslintignore index 1ccb8f831b..bd85fff8e4 100644 --- a/.eslintignore +++ b/.eslintignore @@ -7,3 +7,4 @@ test/tmp*/ tools/eslint node_modules benchmark/tmp/ +doc/**/*.js -- cgit v1.2.3