diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-12-06 13:46:32 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-12-06 13:46:32 +0000 |
| commit | 9598fe46153f85317dea26ffbd6222e61e792589 (patch) | |
| tree | bade0e248054c4d45ac173070bcd336c2949a803 /webpack.common.js | |
| parent | d38b0a19c204aface71ae6c39581346a8ad83887 (diff) | |
update and adjust eslint, fixes #4967
Closes #4967
Merge request studip/studip!3730
Diffstat (limited to 'webpack.common.js')
| -rw-r--r-- | webpack.common.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js index 9fa316d..e8f4106 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -107,11 +107,14 @@ module.exports = { chunkFilename: "stylesheets/[name].css?h=[chunkhash]" }), new ESLintPlugin({ + configType: 'flat', + eslintPath: 'eslint/use-at-your-own-risk', exclude: [ 'node_modules', 'public/assets/javascripts/ckeditor/ckeditor.js', - 'resources/assets/javascripts/vendor', + 'resources/assets/javascripts/jquery/autoresize.jquery.min.js', 'resources/assets/javascripts/jquery/jstree/jquery.jstree.js', + 'resources/assets/javascripts/vendor', ] }), new CKEditorTranslationsPlugin({ |
