File tree 2 files changed +21
-21
lines changed
2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "tabWidth": 2 ,
3
- "singleQuote": true ,
2
+ "tabWidth": 4 ,
3
+ "singleQuote": false ,
4
4
"jsxBracketSameLine": false,
5
5
"printWidth": 100,
6
6
"arrowParens": "always",
Original file line number Diff line number Diff line change 1
- import React from ' react' ;
2
- import logo from ' ./logo.svg' ;
3
- import ' ./App.css' ;
1
+ import React from " react" ;
2
+ import logo from " ./logo.svg" ;
3
+ import " ./App.css" ;
4
4
5
5
function App ( ) {
6
- return (
7
- < div className = "App" >
8
- < header className = "App-header" >
9
- < img src = { logo } className = "App-logo" alt = "logo" />
10
- < p > Hello World</ p >
11
- < a
12
- className = "App-link"
13
- href = "https://reactjs.org"
14
- target = "_blank"
15
- rel = "noopener noreferrer"
16
- >
17
- Learned react
18
- </ a >
19
- </ header >
20
- </ div >
21
- ) ;
6
+ return (
7
+ < div className = "App" >
8
+ < header className = "App-header" >
9
+ < img src = { logo } className = "App-logo" alt = "logo" />
10
+ < p > Hello World</ p >
11
+ < a
12
+ className = "App-link"
13
+ href = "https://reactjs.org"
14
+ target = "_blank"
15
+ rel = "noopener noreferrer"
16
+ >
17
+ Learned react
18
+ </ a >
19
+ </ header >
20
+ </ div >
21
+ ) ;
22
22
}
23
23
24
24
export default App ;
You can’t perform that action at this time.
0 commit comments