UNPKG
@resolid/config
Version:
latest (5.3.27)
5.3.27
5.3.26
5.3.25
5.3.24
5.3.23
5.3.22
5.3.21
5.3.20
5.3.18
5.3.17
5.3.16
5.3.15
5.3.14
5.3.13
5.3.12
5.3.11
5.3.10
5.3.9
5.3.8
5.3.7
5.3.6
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.1
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.0.1
4.0.0
3.10.4
3.10.3
3.10.2
3.10.1
3.10.0
3.9.2
3.9.1
3.9.0
3.8.0
3.7.3
3.7.2
3.7.1
3.7.0
3.6.3
3.6.2
3.6.1
3.6.0
3.5.0
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.0.5
1.0.3
1.0.2
1.0.1
Oxlint and Typescript config
www.resolid.tech
resolid/config
@resolid/config
/
oxlint
/
browser.js
8 lines
(6 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ defineConfig } from
"oxlint"
;
export
default
defineConfig
({ env: { browser:
true
, }, })
;