gotelem/web/eslint.config.js

9 lines
189 B
JavaScript
Raw Normal View History

2024-03-08 23:09:08 +00:00
// @ts-check
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);