1
0
Fork 0
mirror of https://github.com/wukko/cobalt.git synced 2025-03-09 18:48:52 +01:00
cobalt/web/eslint.config.js
2024-06-19 17:55:06 +06:00

9 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,
);