Skip to content

Commit

Permalink
Merge pull request #344 from raghur/options
Browse files Browse the repository at this point in the history
Support git graph diagrams in mermaid
  • Loading branch information
knsv committed Apr 28, 2016
2 parents d585121 + 75c9deb commit 6ffef61
Show file tree
Hide file tree
Showing 16 changed files with 25,060 additions and 6,536 deletions.
3 changes: 0 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"no-lone-blocks": 0,
"no-lonely-if": 0,
"no-loop-func": 0,
"no-mixed-requires": [0, false],
"no-mixed-spaces-and-tabs": [2, false],
"linebreak-style": [0, "unix"],
"no-multi-spaces": 0,
Expand Down Expand Up @@ -125,7 +124,6 @@
"no-undef-init": 0,
"no-undefined": 0,
"no-unexpected-multiline": 0,
"no-underscore-dangle": 0,
"no-unneeded-ternary": 0,
"no-unreachable": 2,
"no-unused-expressions": 0,
Expand Down Expand Up @@ -160,7 +158,6 @@
"default-case": 0,
"dot-location": 0,
"dot-notation": [0, { "allowKeywords": true }],
"eol-last": 0,
"eqeqeq": 0,
"func-names": 0,
"func-style": [0, "declaration"],
Expand Down
Loading

0 comments on commit 6ffef61

Please sign in to comment.