Skip to content

Commit

Permalink
fix: build lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkailang committed May 7, 2024
1 parent 3e055b5 commit ba6c645
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;
Loading

0 comments on commit ba6c645

Please sign in to comment.