Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #7 from bookshelf/rg-tutorials-nav
Fix unwanted comma in tutorials navigation
  • Loading branch information
ricardograca committed Jan 5, 2018
2 parents ef30c6e + 25d5c3e commit 17d69c4
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 632 deletions.
12 changes: 12 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,12 @@
{
"env": {
"node": true
},
"extends": "eslint:recommended",
"rules": {
"indent": ["error", 2, {"SwitchCase": 1}],
"linebreak-style": ["error", "unix"],
"max-len": ["error", {"code": 120}],
"quotes": ["error", "single"]
}
}
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -29,6 +29,7 @@
},
"dependencies": {
"catharsis": "^0.8.7",
"eslint": "^4.14.0",
"lodash": "^3.10.0",
"moment": "^2.10.6",
"taffydb": "https://github.com/hegemonic/taffydb/tarball/7d100bcee0e997ee4977e273cdce60bd8933050e"
Expand Down

0 comments on commit 17d69c4

Please sign in to comment.