File tree Expand file tree Collapse file tree 3 files changed +1304
-1690
lines changed
Expand file tree Collapse file tree 3 files changed +1304
-1690
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,19 @@ import globals from 'globals';
22
33import compat from 'eslint-plugin-compat' ;
44
5+ const GLOBALS_BROWSER_FIX = Object . assign ( { } , globals . browser , {
6+ AudioWorkletGlobalScope : globals . browser [ 'AudioWorkletGlobalScope ' ]
7+ } ) ;
8+
9+ delete GLOBALS_BROWSER_FIX [ 'AudioWorkletGlobalScope ' ] ;
10+
511export default [
612 {
713 files : [ './assets/scripts/**/*.js' ] ,
814 languageOptions : {
915 globals : {
10- ...globals . browser ,
11- ...globals . node
16+ ...globals . node ,
17+ ...GLOBALS_BROWSER_FIX
1218 } ,
1319 parserOptions : {
1420 ecmaVersion : 2023 ,
Original file line number Diff line number Diff line change 5454 "critical" : " 7.2.1" ,
5555 "css-loader" : " 7.1.2" ,
5656 "cssnano" : " 7.0.6" ,
57- "eslint" : " 9.23.0 " ,
57+ "eslint" : " 9.25.1 " ,
5858 "eslint-config-recommended" : " 4.1.0" ,
5959 "eslint-plugin-compat" : " 6.0.2" ,
6060 "mini-css-extract-plugin" : " 2.9.2" ,
7777 "postcss-url" : " 10.1.3" ,
7878 "postcss-utilities" : " 0.8.4" ,
7979 "postcss-watch-folder" : " 2.0.0" ,
80- "stylelint" : " 16.17 .0" ,
80+ "stylelint" : " 16.18 .0" ,
8181 "stylelint-config-recommended" : " 16.0.0" ,
8282 "stylelint-no-unsupported-browser-features" : " 8.0.4" ,
8383 "svg-symbol-sprite" : " 1.5.2" ,
84- "webpack" : " 5.98.0 " ,
84+ "webpack" : " 5.99.6 " ,
8585 "webpack-cli" : " 6.0.1" ,
8686 "webpack-shell-plugin-next" : " 2.3.2" ,
8787 "webpack-spritesmith" : " 1.1.0"
You can’t perform that action at this time.
0 commit comments