1
0
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2026-05-06 13:48:09 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
theoludwig 6cbb2168a2 fix: correct env in .oxlintrc.json 2026-02-20 02:50:17 +01:00
+3 -1
View File
@@ -16,8 +16,10 @@
"perf": "error"
},
"env": {
"builtin": true,
"browser": true,
"node": true
"node": true,
"shared-node-browser": true
},
"rules": {
"no-await-in-loop": "off",