Skip to content

Commit

Permalink
Merge pull request #2 from paralect/ezhivitsa-user
Browse files Browse the repository at this point in the history
User controller
  • Loading branch information
anorsich authored Dec 4, 2017
2 parents 73f90cc + d4f9ff8 commit be1bc77
Show file tree
Hide file tree
Showing 35 changed files with 1,628 additions and 680 deletions.
12 changes: 11 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ module.exports = {
"import/no-extraneous-dependencies": ["error", {
"devDependencies": [
"**/tests/**",
"**/*.test.js",
"**/*.spec.js",
"**/*.builder.js",
"**/*.factory.js",
],
}],
},
"settings": {
"import/resolver": {
"node": {
"moduleDirectory": [
"src",
"node_modules"
],
},
}
}
};
2 changes: 1 addition & 1 deletion bin/run.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
npm i --quiet
NODE_END=test npm test
NODE_ENV=test npm test
Loading

0 comments on commit be1bc77

Please sign in to comment.