Skip to content

Commit ed435ac

Browse files
vkefallinosfmerg
authored andcommitted
Apply lint dependencies and configuration
1 parent 3569802 commit ed435ac

18 files changed

+1302
-2497
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,12 @@ $ npm run dev
712712
$ npm run build
713713
```
714714

715+
### Lint
716+
717+
```
718+
$ npm run lint
719+
```
720+
715721
### Examples
716722

717723
```

eslint.config.mjs

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// @ts-check
2+
3+
import eslint from '@eslint/js';
4+
import tseslint from 'typescript-eslint';
5+
6+
export default tseslint.config(
7+
eslint.configs.recommended,
8+
...tseslint.configs.recommended,
9+
);

0 commit comments

Comments
 (0)