Skip to content

Commit

Permalink
Merge pull request #428 from NBISweden/release/v16
Browse files Browse the repository at this point in the history
Release/v16
  • Loading branch information
viklund authored Feb 9, 2018
2 parents 5e6174b + 7f4f845 commit b9a3f6c
Show file tree
Hide file tree
Showing 58 changed files with 2,621 additions and 427 deletions.
30 changes: 30 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"env": {
"browser": true,
"es6": true
},
"extends": "eslint:recommended",
"rules": {
"indent": [
"off",
4
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"double"
],
"semi": [
"error",
"always"
],
"camelcase": [ "error", { "properties": "always" } ]
},
"globals": {
"angular": true,
"$": true
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ tornado/static/js/app.js
tornado/static/js/app.min.js
backend/static
backend/templates
static
Loading

0 comments on commit b9a3f6c

Please sign in to comment.