Merge branch 'add-wiki-submodule' into update-docblocks
This commit is contained in:
commit
39072041c7
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "footnotes.wiki"]
|
||||||
|
path = footnotes.wiki
|
||||||
|
url = git://github.com/markcheret/footnotes.wiki
|
1
footnotes.wiki
Submodule
1
footnotes.wiki
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 837ae00912690f4c39c719d4ce9c9a197610dbe6
|
|
@ -36,7 +36,7 @@
|
||||||
"*.(sa|sc|c)ss": [
|
"*.(sa|sc|c)ss": [
|
||||||
"npm run lint:css"
|
"npm run lint:css"
|
||||||
],
|
],
|
||||||
"*.md": [
|
"*.(md|markdown|wiki)": [
|
||||||
"npm run lint:md"
|
"npm run lint:md"
|
||||||
],
|
],
|
||||||
"*.htm(l)?": [
|
"*.htm(l)?": [
|
||||||
|
|
Reference in a new issue