Skip to content

Commit 2f90c1e

Browse files
committed
remove jsdoc comments
1 parent 1c7cd76 commit 2f90c1e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

flat.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// @ts-check
21
const jsdoc = require("eslint-plugin-jsdoc");
32
const reactHooksPlugin = require("eslint-plugin-react-hooks");
43
const reactPlugin = require("eslint-plugin-react");
@@ -9,9 +8,6 @@ const stylisticTs = require("@stylistic/eslint-plugin-ts");
98

109
const baseConfig = require("./base");
1110

12-
/**
13-
* @type {Array<import('eslint').Linter.Config>}
14-
*/
1511
module.exports = [
1612
reactHooksPlugin.configs["recommended-latest"],
1713
reactPlugin.configs.flat.recommended,

0 commit comments

Comments
 (0)