1
0
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2026-02-20 03:08:59 +01:00

fix: correct env in .oxlintrc.json

This commit is contained in:
2026-02-20 02:50:17 +01:00
parent aeb606b81e
commit 6cbb2168a2

View File

@@ -16,8 +16,10 @@
"perf": "error" "perf": "error"
}, },
"env": { "env": {
"builtin": true,
"browser": true, "browser": true,
"node": true "node": true,
"shared-node-browser": true
}, },
"rules": { "rules": {
"no-await-in-loop": "off", "no-await-in-loop": "off",