@roadmunk/eslint-config-roadmunk
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -65,4 +65,4 @@ module.exports = { | ||
'no-undef-init' : [ 'warn' ], | ||
'array-bracket-spacing' : [ 'warn', 'always', { objectsInArrays: true, arraysInArrays : true } ], | ||
'comma-dangle' : [ 'warn', { objects : 'always-multiline', arrays: 'always-multiline', functions: 'never' } ], | ||
'array-bracket-spacing' : [ 'warn', 'always', { objectsInArrays : true, arraysInArrays : true } ], | ||
'comma-dangle' : [ 'warn', { objects : 'always-multiline', arrays : 'always-multiline', functions : 'never' } ], | ||
'comma-spacing' : [ 'warn' ], | ||
@@ -123,3 +123,4 @@ 'comma-style' : [ 'warn' ], | ||
'@roadmunk/roadmunk-custom/order-require' : 'error', | ||
'@roadmunk/roadmunk-custom/assert-length' : 'error', | ||
}, | ||
}; |
{ | ||
"name": "@roadmunk/eslint-config-roadmunk", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "This holds the base Roadmunk shop standard ESLint configuration file.", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@roadmunk/eslint-plugin-roadmunk-custom": "^1.2.0" | ||
"@roadmunk/eslint-plugin-roadmunk-custom": "^1.3.0" | ||
} | ||
} |
@@ -9,3 +9,3 @@ This holds the base Roadmunk shop standard ESLint configuration file. | ||
"devDependencies" : { | ||
"@roadmunk/eslint-config-roadmunk": "^3.0.2", | ||
"@roadmunk/eslint-config-roadmunk": "^3.3.0", | ||
} | ||
@@ -12,0 +12,0 @@ } |
6544
133