File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 27
27
"ecmaFeatures": {
28
28
"modules": true
29
29
},
30
- "plugins": [
31
- "markdown"
32
- ],
33
30
"extends": "eslint:recommended"
34
31
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "rules": {
3
+ "no-undef": 0
4
+ },
5
+ "plugins": [
6
+ "markdown"
7
+ ],
8
+ "extends": ".eslintrc"
9
+ }
Original file line number Diff line number Diff line change 22
22
"start" : " gitbook serve" ,
23
23
"build" : " gitbook build" ,
24
24
"eslint" : " eslint src/**/*.js" ,
25
- "eslint:md" : " eslint --ext .md ja/**/*.md" ,
25
+ "eslint:md" : " eslint -c .md.eslintrc - -ext .md ja/**/*.md" ,
26
26
"textlint" : " summary-to-path | xargs textlint --rule spellcheck-tech-word" ,
27
27
"test" : " mocha --recursive && npm run textlint && npm run eslint:md && npm run eslint && npm run build"
28
28
},
You can’t perform that action at this time.
0 commit comments