@mft/eslint-config-momentumft
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -204,3 +204,3 @@ module.exports = { | ||
"no-class-assign": 0, // disallow modifying variables of class declarations | ||
"no-const-assign": 0, // disallow modifying variables that are declared using const | ||
"no-const-assign": 2, // disallow modifying variables that are declared using const | ||
"no-dupe-class-members": 0, // disallow duplicate name in class members | ||
@@ -207,0 +207,0 @@ "no-this-before-super": 2, // disallow use of this/super before calling super() in constructors. |
{ | ||
"name": "@mft/eslint-config-momentumft", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Our ESLint configuration", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |