UNPKG

@trapar-waves/react-tailwind

Version:

A modern UI development template integrating React and Tailwind CSS, with Rsbuild, TypeScript, ESLint (Antfu config), and Iconify support.

8 lines (7 loc) 187 B
/** * @filename: lint-staged.config.js * @type {import('lint-staged').Configuration} */ export default { "*.{ts,tsx,js,css}": "eslint --cache --max-warnings=0 --no-warn-ignored", };