Skip to content

Commit

Permalink
fix: remove extra parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Oct 1, 2024
1 parent e95d90f commit 495b39f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const getOptions = ({
dev,
build,
cache,
cacheLocation,
include,
exclude,
eslintPath,
Expand All @@ -41,7 +40,6 @@ export const getOptions = ({
dev: dev ?? true,
build: build ?? false,
cache: cache ?? true,
cacheLocation: cacheLocation ?? ".eslintcache",
include: include ?? ["src/**/*.{js,jsx,ts,tsx,vue,svelte}"],
exclude: exclude ?? ["node_modules", "virtual:"],
eslintPath: eslintPath ?? "eslint",
Expand Down

0 comments on commit 495b39f

Please sign in to comment.