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 f925211 commit c6b5d80Copy full SHA for c6b5d80
index.js
@@ -12,7 +12,7 @@ export default tseslint.config(
12
files: ["**/*.{js,ts,jsx,tsx}"],
13
languageOptions: {
14
parserOptions: {
15
- project: './tsconfig.json',
+ project: "./tsconfig.json",
16
},
17
18
rules: {
0 commit comments