File tree 3 files changed +19
-21
lines changed
3 files changed +19
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ // eslint-disable-next-line node/no-unpublished-require
2
+ require ( "@rushstack/eslint-patch/modern-module-resolution" ) ;
3
+
4
+ module . exports = {
5
+ env : {
6
+ browser : true ,
7
+ es6 : true ,
8
+ } ,
9
+ extends : [ "@sparticuz/eslint-config" ] ,
10
+ globals : {
11
+ Atomics : "readonly" ,
12
+ SharedArrayBuffer : "readonly" ,
13
+ } ,
14
+ } ;
Original file line number Diff line number Diff line change 25
25
"dist:replace:version" : " sed -i \" s/1.0.0/$(npm pkg get version | sed 's/\" //g')/g\" dist/style.css"
26
26
},
27
27
"devDependencies" : {
28
- "@sparticuz/eslint-config" : " ^3.6.0" ,
29
- "@typescript-eslint/eslint-plugin" : " ^4.31.0" ,
30
- "@typescript-eslint/parser" : " ^4.31.0" ,
31
- "eslint" : " ^7.32.0" ,
28
+ "@rushstack/eslint-patch" : " ^1.1.1" ,
29
+ "@sparticuz/eslint-config" : " ^6.2.0" ,
30
+ "@typescript-eslint/eslint-plugin" : " ^5.18.0" ,
31
+ "@typescript-eslint/parser" : " ^5.18.0" ,
32
+ "eslint" : " ^8.12.0" ,
32
33
"inline-source-cli" : " ^2.0.0" ,
33
34
"npm-run-all" : " ^4.1.5" ,
34
35
"prettier" : " ^2.4.0" ,
You can’t perform that action at this time.
0 commit comments