Skip to content

Commit b4fea2a

Browse files
committedApr 24, 2017
doc: add eslint-plugin-markdown
* install eslint-plugin-markdown * add doc/.eslintrc.yaml * add `<!-- eslint-disable rule -->` or `<!-- eslint-disable -->` for the rest of problematic code * .js files in doc folder added to .eslintignore * update Makefile and vcbuild.bat PR-URL: #12563 Refs: #12557 (comment) Reviewed-By: Teddy Katz <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]>
1 parent e2c3e47 commit b4fea2a

File tree

219 files changed

+34509
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+34509
-33
lines changed
 

‎.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ test/tmp*/
77
tools/eslint
88
node_modules
99
benchmark/tmp/
10+
doc/**/*.js

‎.eslintrc.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
root: true
22

3+
plugins:
4+
- markdown
5+
36
env:
47
node: true
58
es6: true

0 commit comments

Comments
 (0)
Please sign in to comment.