Skip to content

Commit

Permalink
fix: build lint error (#1741)
Browse files Browse the repository at this point in the history
Submit a pull request for this project.

<!-- If you have an Issue that related to this Pull Request, you can
copy this Issue's description -->

# Why? 
<!-- 
> Related to which issue?
> Why we need this pull request?
> What is the user story for this pull request? 
-->


# What?
<!-- 
> Can you describe this feature in detail?
> Who can benefit from it? 
-->


# How?
<!-- 
> Do you have a simple description of how this pull request is
implemented?
-->
  • Loading branch information
wangkailang committed May 7, 2024
1 parent 3e055b5 commit 283f2f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 431 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": false,
"[typescriptreact]": {
Expand Down
2 changes: 1 addition & 1 deletion packages/datasheet/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ const plugins = [
];

const config = () => plugins.reduce((acc, next) => next(acc), nextConfig);
module.exports = isProd ? withSentryConfig(config, sentryWebpackPluginOptions, sentryWebpackPluginOptions) : config;
module.exports = config;

0 comments on commit 283f2f9

Please sign in to comment.