cobalt / web /eslint.config.js
playingapi's picture
Upload 376 files
43a06dc verified
raw
history blame contribute delete
194 Bytes
// @ts-check
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);