Disable require-await lint rule
The bloat and stupidity of the current JS/TS "recommended" lint ecosystem is astonishing.
Changes
1 changed files
(+5/-0)
-
-
"fmt": {
"useTabs": true,
"include": ["**/*.ts"]
+
},
+
"lint": {
+
"rules": {
+
"exclude": ["require-await"]
+
}
}
}
- Authored by
-
Shota FUJI
- Authored at
-
- Committed by
-
Shota FUJI
- Committed at
-
- Signature
-
View
- Object name
- 6e191af6b88aed093034df443754b08479f71b78
- Parent
-
43aa0901
- Tab width
-