@mft/eslint-config-momentumft
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -144,3 +144,3 @@ module.exports = { | ||
"max-nested-callbacks": [2, 3], // specify the maximum depth callbacks can be nested | ||
"max-params": [1, {max:4}], // limits the number of parameters that can be used in the function declaration. | ||
"max-params": [1, {max:5}], // limits the number of parameters that can be used in the function declaration. | ||
"max-statements": [1, {max:15}], // specify the maximum number of statement allowed in a function | ||
@@ -147,0 +147,0 @@ "new-cap": [2, { "capIsNew": false }], // require a capital letter for constructors |
{ | ||
"name": "@mft/eslint-config-momentumft", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Our ESLint configuration", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |