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.
1 parent 7ca89c3 commit 7e1cc6aCopy full SHA for 7e1cc6a
eslint.config.js
@@ -1,5 +1,5 @@
1
-import stylistic from '@stylistic/eslint-plugin';
2
import eslint from '@eslint/js';
+import stylistic from '@stylistic/eslint-plugin';
3
import n from 'eslint-plugin-n';
4
import tseslint from 'typescript-eslint';
5
@@ -36,7 +36,7 @@ export default tseslint.config(
36
// seems to be incompatible with tshy
37
'n/no-extraneous-import': 'off',
38
39
- // I like my template expressions, tyvm
+ // I like my template expressions
40
'@typescript-eslint/restrict-template-expressions': 'off',
41
42
// and sometimes you gotta use any
0 commit comments