Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
94ec8856
Commit
94ec8856
authored
8 years ago
by
Jisu Park
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
docs(readme): peer dependencies applied (#818)
parent
0a5a04b0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/eslint-config-react-app/README.md
+1
-1
packages/eslint-config-react-app/README.md
with
1 addition
and
1 deletion
+1
-1
packages/eslint-config-react-app/README.md
+
1
-
1
View file @
94ec8856
...
...
@@ -17,7 +17,7 @@ If you want to use this ESLint configuration in a project not built with Create
First, install this package, ESLint and the necessary plugins.
```
sh
npm
install
--save-dev
eslint-config-react-app babel-eslint@6.1.2 eslint@3.5.0 eslint-plugin-flowtype@2.18.1 eslint-plugin-import@1.12.0 eslint-plugin-jsx-a11y@2.2.2 eslint-plugin-react@
5.2.2
npm
install
--save-dev
eslint-config-react-app babel-eslint@6.1.2 eslint@3.5.0 eslint-plugin-flowtype@2.18.1 eslint-plugin-import@1.12.0 eslint-plugin-jsx-a11y@2.2.2 eslint-plugin-react@
6.3.0
```
Then create a file named
`.eslintrc`
with following contents in the root folder of your project:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets