Skip to content

Commit 7b7cff8

Browse files
committed
chore: run prettier
1 parent a18536c commit 7b7cff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"resolveJsonModule": true,
1717
"isolatedModules": true,
1818
"skipLibCheck": false,
19-
"forceConsistentCasingInFileNames": true,
19+
"forceConsistentCasingInFileNames": true
2020
},
2121
"files": ["eslint-remote-tester.config.ts"],
2222
"include": ["src/**/*", "tools/**/*"],
23-
"exclude": ["src/rules/__tests__/fixtures/**/*"],
23+
"exclude": ["src/rules/__tests__/fixtures/**/*"]
2424
}

0 commit comments

Comments
 (0)