Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #91 from nyambati/ft-allow-subroutes
Browse files Browse the repository at this point in the history
Allow use of sub routes for more granular permissions
  • Loading branch information
Nyambati Thomas authored Mar 27, 2018
2 parents db19c03 + fd7741a commit 04f9e4c
Show file tree
Hide file tree
Showing 40 changed files with 5,691 additions and 1,858 deletions.
21 changes: 21 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
env:
browser: true
commonjs: true
mocha: true
es6: true
extends: 'eslint:recommended'
parserOptions:
sourceType: module
rules:
indent:
- error
- 2
linebreak-style:
- error
- unix
quotes:
- error
- single
semi:
- error
- always
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ coverage
site
.DS_Store
env
yarn-*
5 changes: 0 additions & 5 deletions .hound.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .jshintrc

This file was deleted.

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: node_js
sudo: yes

node_js:
- '4.5.0'
- 'stable'
- '6'
- '8'
install:
- npm install -g gulp
- npm install
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serve: mk_docs

# Deploy documentatin to github
deploy: mk_docs
mkdocs gh-deploy --clean /
mkdocs gh-deploy --clean

# remove sites and coverage folders
clean:
Expand Down
Loading

0 comments on commit 04f9e4c

Please sign in to comment.