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 38c1711 commit 8a7ce6aCopy full SHA for 8a7ce6a
README.md
@@ -180,11 +180,11 @@ Convert ESLint rules via `@tsslint/eslint`.
180
181
```ts
182
import { defineConfig } from '@tsslint/config';
183
-import { defineEslintConfig } from '@tsslint/eslint';
+import { defineRules } from '@tsslint/eslint';
184
185
export default defineConfig({
186
rules: {
187
- ...defineEslintConfig({
+ ...defineRules({
188
'no-unused-vars': 'error',
189
'@typescript-eslint/no-explicit-any': 'warn',
190
}),
0 commit comments