cobalt/web/eslint.config.js
2024-06-19 17:55:06 +06:00

10 lines
194 B
JavaScript

// @ts-check
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);