Skip to content

Commit 7e11b04

Browse files
authored
Merge pull request #15 from Xvezda/feature/update-docs
Add readme
2 parents ae66f4d + b29b465 commit 7e11b04

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ export default tseslint.config(
5252
- [x] Report unhandled throwable function calls
5353
- [ ] Report builtin exceptions (e.g. `null.foo` throws `TypeError`)
5454
- [ ] Non type checked preset
55-
- [ ] Support async/await
55+
- [x] Support async/await

examples/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)