Skip to content

Commit 6a46bdd

Browse files
committed
fix: format
1 parent 4f321e3 commit 6a46bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-react-native/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const react = {
4040
}
4141

4242
/** @type {import("eslint").Linter.Config} */
43-
const typescript = defineConfig([typeScriptConfig,{
43+
const typescript = defineConfig([typeScriptConfig, {
4444
files: ['**/*.ts', '**/*.tsx'],
4545
rules: {
4646
// Handled by TypeScript. Enable noUnusedLocals in your tsconfig.json, see https://www.typescriptlang.org/tsconfig/#noUnusedLocals

0 commit comments

Comments
 (0)