File size: 176 Bytes
0a0c420 | 1 2 3 4 5 6 7 8 | import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);
|
0a0c420 | 1 2 3 4 5 6 7 8 | import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);
|