eslint-nibble
Advanced tools
Comparing version
{ | ||
"name": "eslint-nibble", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "Ease into ESLint, by fixing one rule at a time", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,3 +57,3 @@ 'use strict'; | ||
if (configFile) { | ||
configuration.configFile = configFile; | ||
configuration.overrideConfigFile = configFile; | ||
} | ||
@@ -60,0 +60,0 @@ if (cache) { |
193169
0