Skip to content
Merged
Prev Previous commit
Next Next commit
ignore the config file itself
  • Loading branch information
smeng9 authored and shaoyu committed Jun 18, 2024
commit 6057fe5eea78959f35d36ec0214de7ffcce8436b
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import tsPlugin from '@typescript-eslint/eslint-plugin'
export default [
{
files: ['**/*.{ts,tsx}'],
ignores: ['dist'],
ignores: ['dist', 'eslint.config.js'],
languageOptions: {
ecmaVersion: 2020,
globals: globals.browser,
Expand Down