We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d7fa3 commit 64cb977Copy full SHA for 64cb977
.prettierrc
@@ -0,0 +1,4 @@
1
+{
2
+ "singleQuote": true,
3
+ "trailingComma": "all"
4
+}
src/App.tsx
@@ -1,7 +1,7 @@
-import React from "react";
-import logo from "./logo.svg";
-import "./App.css";
-import "./test.less";
+import React from 'react';
+import logo from './logo.svg';
+import './App.css';
+import './test.less';
5
6
const App: React.FC = () => {
7
return (
0 commit comments