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:
3131}
3232```
3333
34- Note: ` typescript/prettier-react ` will automatically import ` typescript\ prettier ` .
34+ Note: ` typescript/prettier-react ` will automatically import ` typescript/ prettier ` .
3535
3636## Example configuration
3737Using default prettier configurations:
Original file line number Diff line number Diff line change 1717 " prettier" ,
1818 " react"
1919 ],
20+ "files" : [
21+ " src/" ,
22+ " index.js" ,
23+ " prettier.js" ,
24+ " prettier-react.js" ,
25+ " react.js"
26+ ],
2027 "devDependencies" : {
2128 "@typescript-eslint/eslint-plugin" : " ^1.0.0" ,
2229 "@typescript-eslint/parser" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments