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

Compare commits

..

1 Commits

Author SHA1 Message Date
6cbb2168a2 fix: correct env in .oxlintrc.json 2026-02-20 02:50:17 +01:00

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",