@mft/eslint-config-momentumft
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -196,3 +196,3 @@ module.exports = { | ||
"no-var": 2, // require let or const instead of var | ||
"object-shorthand": 0, // require method and property shorthand syntax for object literals | ||
"object-shorthand": 2, // require method and property shorthand syntax for object literals | ||
"prefer-arrow-callback": 0, // suggest using arrow functions as callbacks | ||
@@ -199,0 +199,0 @@ "prefer-const": 2, // uggest using const declaration for variables that are never modified after declared |
{ | ||
"name": "@mft/eslint-config-momentumft", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Our ESLint configuration", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |