Skip to content

Commit ba289c1

Browse files
authored
Merge pull request #98 from moleculerjs/prepare-params
Prepare params before action calling
2 parents 3a84bdd + 95cce43 commit ba289c1

6 files changed

Lines changed: 4468 additions & 2645 deletions

File tree

.eslintrc.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = {
1414
},
1515
plugins: ["node", "promise", "security"],
1616
rules: {
17-
quotes: ["warn", "double"],
1817
semi: ["error", "always"],
1918
"no-var": ["error"],
2019
"no-console": ["error"],
@@ -28,14 +27,5 @@ module.exports = {
2827
"no-process-exit": ["off"],
2928
"node/no-unpublished-require": 0,
3029
"require-atomic-updates": 0,
31-
"space-before-function-paren": [
32-
"warn",
33-
{
34-
anonymous: "never",
35-
named: "never",
36-
asyncArrow: "always",
37-
},
38-
],
39-
"object-curly-spacing": ["warn", "always"],
4030
},
4131
};

0 commit comments

Comments
 (0)