1
0
Fork 0
mirror of https://github.com/wukko/cobalt.git synced 2025-03-11 03:28:52 +01:00
cobalt/web/eslint.config.js

10 lines
194 B
JavaScript
Raw Normal View History

2024-06-19 13:55:06 +02:00
// @ts-check
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);