UNPKG
myelin.dev
Version:
latest (2025.9.1-6.2055)
2025.9.1-6.2055
2025.9.1-2.1126
2025.9.1-2.1114
2025.9.1-2.1102
2025.6.2-6.1748
2025.6.2-5.1832
2025.6.2-5.1533
2025.6.2-5.1001
2025.6.0-2.1001
2025.6.0-2.957
2025.6.0-2.931
2025.5.2-8.1141
2025.5.2-8.1057
2025.4.2-3.1603
2025.4.2-3.1242
2025.4.2-3.1220
2025.4.2-3.1217
2025.4.2-3.1148
2025.4.2-3.1132
2025.4.2-3.11
2025.4.2-2.2329
2025.4.2-2.1351
2025.4.0-8.845
2025.4.0-8.842
2025.4.0-8.816
2025.4.0-7.1351
2025.4.0-7.1348
2025.3.6
2025.3.2-8.2126
2025.3.2-8.2024
2025.3.2-8.1955
2025.3.0-6.1313
0.1.33
0.1.32
0.1.31
**Translation infrastructure that sparks joy** ✨
myelin.dev
/
eslint.config.mjs
10 lines
(8 loc)
•
285 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
globals
from
"globals"
;
import
pluginJs
from
"@eslint/js"
; /** @
type
{
import
(
'eslint'
).Linter.Config[]} */ export default [ {files: [
"**/*.js"
], languageOptions: {sourceType:
"commonjs"
}}, {languageOptions: {
globals
:
globals
.browser }}, pluginJs.configs.recommended, ];