Skip to content

Commit

Permalink
fix deprecation in eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fire332 committed Dec 17, 2024
1 parent 04fad95 commit 7e470da
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 @@ -15,7 +15,7 @@ const __dirname = dirname(__filename);
const defaultSourceType =
require(join(__dirname, 'package.json')).type ?? 'commonjs';

/** @type {import('eslint').Linter.FlatConfig[]} */
/** @type {import('eslint').Linter.Config[]} */
export default [
eslintJs.configs.recommended,
prettierConfig,
Expand Down

0 comments on commit 7e470da

Please sign in to comment.