Skip to content

Commit

Permalink
chore: add eslint config types
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 15, 2024
1 parent 04fb1dd commit eccba17
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
@@ -1,8 +1,8 @@
// eslint.config.js
import js from '@eslint/js';
import globals from 'globals';
import jsdoc from 'eslint-plugin-jsdoc';

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

0 comments on commit eccba17

Please sign in to comment.