We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7cd76 commit 2f90c1eCopy full SHA for 2f90c1e
flat.js
@@ -1,4 +1,3 @@
1
-// @ts-check
2
const jsdoc = require("eslint-plugin-jsdoc");
3
const reactHooksPlugin = require("eslint-plugin-react-hooks");
4
const reactPlugin = require("eslint-plugin-react");
@@ -9,9 +8,6 @@ const stylisticTs = require("@stylistic/eslint-plugin-ts");
9
8
10
const baseConfig = require("./base");
11
12
-/**
13
- * @type {Array<import('eslint').Linter.Config>}
14
- */
15
module.exports = [
16
reactHooksPlugin.configs["recommended-latest"],
17
reactPlugin.configs.flat.recommended,
0 commit comments