We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae66f4d + b29b465 commit 7e11b04Copy full SHA for 7e11b04
README.md
@@ -52,4 +52,4 @@ export default tseslint.config(
52
- [x] Report unhandled throwable function calls
53
- [ ] Report builtin exceptions (e.g. `null.foo` throws `TypeError`)
54
- [ ] Non type checked preset
55
-- [ ] Support async/await
+- [x] Support async/await
examples/README.md
@@ -0,0 +1,6 @@
1
+# Examples
2
+
3
+* [`unsafe.js`](./unsafe.js) contains code with lint errors.
4
+* [`fixed.js`](./fixed.js) is the fixed version of [`unsafe.js`](./unsafe.js)
5
6
+See test files inside [`src`](../src) directory for more information.
0 commit comments