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 4f321e3 commit 6a46bddCopy full SHA for 6a46bdd
packages/eslint-config-react-native/index.mjs
@@ -40,7 +40,7 @@ const react = {
40
}
41
42
/** @type {import("eslint").Linter.Config} */
43
-const typescript = defineConfig([typeScriptConfig,{
+const typescript = defineConfig([typeScriptConfig, {
44
files: ['**/*.ts', '**/*.tsx'],
45
rules: {
46
// Handled by TypeScript. Enable noUnusedLocals in your tsconfig.json, see https://www.typescriptlang.org/tsconfig/#noUnusedLocals
0 commit comments