File size: 169 Bytes
6e7eaf3
 
 
 
1
2
3
4
5
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';

export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.recommended);