File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
- /specs /samples /**
2
- /coverage /**
3
- /node_modules /**
1
+ /specs /samples /
2
+ /coverage /
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ A few ESLint plugins are supported as well:
31
31
}
32
32
```
33
33
34
- Note: ` typescript/prettier-react ` will automatically import ` typescript\ prettier ` .
34
+ Note: ` typescript/prettier-react ` will automatically import ` typescript/ prettier ` .
35
35
36
36
## Example configuration
37
37
Using default prettier configurations:
Original file line number Diff line number Diff line change 17
17
" prettier" ,
18
18
" react"
19
19
],
20
+ "files" : [
21
+ " src/" ,
22
+ " index.js" ,
23
+ " prettier.js" ,
24
+ " prettier-react.js" ,
25
+ " react.js"
26
+ ],
20
27
"devDependencies" : {
21
28
"@typescript-eslint/eslint-plugin" : " ^1.0.0" ,
22
29
"@typescript-eslint/parser" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments