prettier-eslint
Advanced tools
Comparing version
@@ -159,3 +159,7 @@ "use strict"; | ||
parserOptions: eslintConfig.parserOptions, | ||
ignorePatterns: eslintConfig.ignorePattern, | ||
ignorePatterns: eslintConfig.ignorePatterns || eslintConfig.ignorePattern, | ||
plugins: eslintConfig.plugins, | ||
env: eslintConfig.env, | ||
settings: eslintConfig.settings, | ||
noInlineConfig: eslintConfig.noInlineConfig, | ||
...eslintConfig.overrideConfig | ||
@@ -167,3 +171,8 @@ }; | ||
delete eslintConfig.globals; | ||
delete eslintConfig.ignorePatterns; | ||
delete eslintConfig.ignorePattern; | ||
delete eslintConfig.plugins; | ||
delete eslintConfig.env; | ||
delete eslintConfig.noInlineConfig; | ||
delete eslintConfig.settings; | ||
const eslint = (0, _utils.getESLint)(eslintPath, eslintConfig); | ||
@@ -170,0 +179,0 @@ |
{ | ||
"name": "prettier-eslint", | ||
"version": "14.0.1", | ||
"version": "14.0.2", | ||
"description": "Formats your JavaScript using prettier followed by eslint --fix", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
48257
0.76%558
1.64%