Skip to content

Commit 2555cc9

Browse files
committed
chore: update rslint configuration
1 parent ea50992 commit 2555cc9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

rslint.config.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import { defineConfig, ts } from '@rslint/core';
1+
import { defineConfig, js, ts } from '@rslint/core';
22

3-
export default defineConfig([
4-
{ ignores: ['**/dist/**'] },
5-
ts.configs.recommended,
6-
]);
3+
export default defineConfig([js.configs.recommended, ts.configs.recommended]);

0 commit comments

Comments
 (0)