Skip to content

Commit

Permalink
update typing in eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Sep 15, 2024
1 parent 6e3a914 commit e3b7d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import astro from 'eslint-plugin-astro';
import tailwindcss from 'eslint-plugin-tailwindcss';
import ts from 'typescript-eslint';

/** @type {import('@typescript-eslint/utils').TSESLint.FlatConfig.ConfigFile} */
/** @type {import('eslint').Linter.Config} */
export default [
// globally ignoring
{
Expand Down

0 comments on commit e3b7d7d

Please sign in to comment.