eslint-config-problems
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -44,3 +44,3 @@ 'use strict'; | ||
'no-with': 'error', | ||
yoda: 'error', | ||
yoda: ['error', 'never', { onlyEquality: true }], | ||
strict: 'error', | ||
@@ -47,0 +47,0 @@ 'no-undef-init': 'error', |
{ | ||
"name": "eslint-config-problems", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "An eslint config that catches problems in your code, without checking style. For use with prettier.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
8614