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 | Date | |
|---|---|---|---|
|
6cbb2168a2
|
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user