File tree 3 files changed +1278
-1593
lines changed
3 files changed +1278
-1593
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,19 @@ import globals from 'globals';
2
2
3
3
import compat from 'eslint-plugin-compat' ;
4
4
5
+ const GLOBALS_BROWSER_FIX = Object . assign ( { } , globals . browser , {
6
+ AudioWorkletGlobalScope : globals . browser [ 'AudioWorkletGlobalScope ' ]
7
+ } ) ;
8
+
9
+ delete GLOBALS_BROWSER_FIX [ 'AudioWorkletGlobalScope ' ] ;
10
+
5
11
export default [
6
12
{
7
13
files : [ './assets/scripts/**/*.js' ] ,
8
14
languageOptions : {
9
15
globals : {
10
- ...globals . browser ,
11
- ...globals . node
16
+ ...globals . node ,
17
+ ...GLOBALS_BROWSER_FIX
12
18
} ,
13
19
parserOptions : {
14
20
ecmaVersion : 2023 ,
Original file line number Diff line number Diff line change 54
54
"critical" : " 7.2.1" ,
55
55
"css-loader" : " 7.1.2" ,
56
56
"cssnano" : " 7.0.6" ,
57
- "eslint" : " 9.23 .0" ,
57
+ "eslint" : " 9.24 .0" ,
58
58
"eslint-config-recommended" : " 4.1.0" ,
59
59
"eslint-plugin-compat" : " 6.0.2" ,
60
60
"mini-css-extract-plugin" : " 2.9.2" ,
71
71
"postcss-watch-folder" : " 2.0.0" ,
72
72
"sass" : " 1.86.3" ,
73
73
"sass-loader" : " 16.0.5" ,
74
- "stylelint" : " 16.17 .0" ,
74
+ "stylelint" : " 16.18 .0" ,
75
75
"stylelint-config-recommended" : " 16.0.0" ,
76
76
"stylelint-config-standard-scss" : " 14.0.0" ,
77
77
"stylelint-no-unsupported-browser-features" : " 8.0.4" ,
78
78
"stylelint-scss" : " 6.11.1" ,
79
79
"svg-symbol-sprite" : " 1.5.2" ,
80
- "webpack" : " 5.98.0 " ,
80
+ "webpack" : " 5.99.5 " ,
81
81
"webpack-cli" : " 6.0.1" ,
82
82
"webpack-shell-plugin-next" : " 2.3.2" ,
83
83
"webpack-spritesmith" : " 1.1.0"
You can’t perform that action at this time.
0 commit comments