Skip to content

Commit 7e1cc6a

Browse files
committed
chore: lint spelling
1 parent 7ca89c3 commit 7e1cc6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import stylistic from '@stylistic/eslint-plugin';
21
import eslint from '@eslint/js';
2+
import stylistic from '@stylistic/eslint-plugin';
33
import n from 'eslint-plugin-n';
44
import tseslint from 'typescript-eslint';
55

@@ -36,7 +36,7 @@ export default tseslint.config(
3636
// seems to be incompatible with tshy
3737
'n/no-extraneous-import': 'off',
3838

39-
// I like my template expressions, tyvm
39+
// I like my template expressions
4040
'@typescript-eslint/restrict-template-expressions': 'off',
4141

4242
// and sometimes you gotta use any

0 commit comments

Comments
 (0)