Skip to content

Commit 1d5d6d8

Browse files
committed
changes after code review
1 parent ad70b25 commit 1d5d6d8

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.eslintignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
/specs/samples/**
2-
/coverage/**
3-
/node_modules/**
1+
/specs/samples/
2+
/coverage/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3737
Using default prettier configurations:

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
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",

0 commit comments

Comments
 (0)