Skip to content

Commit 7eacf00

Browse files
committed
Build options documentation from project source
Include the JSHint source repository as a submodule and parse the source code for documentation on configuration options.
1 parent d1de847 commit 7eacf00

File tree

8 files changed

+74
-743
lines changed

8 files changed

+74
-743
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "jshint"]
2+
path = jshint
3+
url = [email protected]:jshint/jshint.git

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_modules: package.json
55
npm install
66

77
site: node_modules res
8+
git submodule update
89
npm run build
910

1011
.PHONY: deploy

jshint

Submodule jshint added at 29bda11

options/enforcers.table

Lines changed: 0 additions & 325 deletions
This file was deleted.

0 commit comments

Comments
 (0)