Skip to content

Commit

Permalink
refactor: list all commands in commands.json (#616)
Browse files Browse the repository at this point in the history
* refactor: list all commands in commands.json

This also changes the order of commands in the docs, due to how I changed
the doc-generating script.

* fix lint error and alphabetize command list
  • Loading branch information
nfischer authored and freitagbr committed Dec 15, 2016
1 parent 51fea9b commit 1548b3d
Show file tree
Hide file tree
Showing 6 changed files with 316 additions and 373 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"comma-dangle": 0,
"global-require": 0,
"vars-on-top": 0,
"spaced-comment": [2, "always", { "markers": ["@", "@include"], "exceptions": ["@"] }],
"spaced-comment": [2, "always", { "markers": ["@", "@include"], "exceptions": ["@", "@commands"] }],
"no-param-reassign": 0,
"no-console": 0,
"curly": [2, "multi-line"],
Expand Down
Loading

0 comments on commit 1548b3d

Please sign in to comment.