Skip to content

Commit

Permalink
change comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Jan 5, 2022
1 parent 11ce46d commit 5577508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Object.entries(packageConfig.dependencies).forEach(([pkg]) => {
}
});

// ignore files when running ForkTsCheckerWebpackPlugin
// ignore files in production mode
let ignorePatterns = [];
if (process.env.NODE_ENV === 'production') {
ignorePatterns = [
Expand Down

0 comments on commit 5577508

Please sign in to comment.