Skip to content

Commit

Permalink
feat: add default lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
longgui.wjb committed Feb 25, 2022
1 parent 6a9abe7 commit 0074b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/middleware-webpack/src/config/configPlugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export default async (config: Config, options: INormalizedOpts, ctx: Context) =>
extensions: "js,jsx,ts,tsx",
formatter: require.resolve("eslint-formatter-pretty"),
failOnError: false,
files: "**/*",
...(typeof options.lint === "object" ? options.lint : {}),
},
]);
Expand Down

0 comments on commit 0074b01

Please sign in to comment.