Skip to content

Commit 64cb977

Browse files
committed
add prettierrc
1 parent 00d7fa3 commit 64cb977

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "all"
4+
}

src/App.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import React from "react";
2-
import logo from "./logo.svg";
3-
import "./App.css";
4-
import "./test.less";
1+
import React from 'react';
2+
import logo from './logo.svg';
3+
import './App.css';
4+
import './test.less';
55

66
const App: React.FC = () => {
77
return (

0 commit comments

Comments
 (0)