Files
TypeScript-Mayank-Template/eslint.config.mjs
Swapnil Bendal ac7b46c661 add chnanges
2024-12-10 20:57:52 +05:30

9 lines
186 B
JavaScript

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