Skip to content

Commit

Permalink
feat(vue): adds can component
Browse files Browse the repository at this point in the history
Relates to #71, Fixes #63
  • Loading branch information
jackiecookie authored and stalniy committed May 30, 2018
1 parent b12eb80 commit 42ee540
Show file tree
Hide file tree
Showing 8 changed files with 5,956 additions and 2,307 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"no-param-reassign": ["error", { "props": false }],
"no-mixed-operators": 0,
"no-prototype-builtins": 0,
"no-confusing-arrow": 0
"no-confusing-arrow": 0,
"no-bitwise": ["error", { "allow": ["^"] }]
}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ typings/

# dotenv environment variables file
.env

#vscode
.vscode
Loading

0 comments on commit 42ee540

Please sign in to comment.