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
15f65a0a
Commit
15f65a0a
authored
8 years ago
by
Brian Ng
Committed by
Dan Abramov
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Make jsx-no-undef rule an error (#1159)
parent
4f3675c8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/eslint-config-react-app/index.js
+1
-1
packages/eslint-config-react-app/index.js
with
1 addition
and
1 deletion
+1
-1
packages/eslint-config-react-app/index.js
+
1
-
1
View file @
15f65a0a
...
@@ -189,7 +189,7 @@ module.exports = {
...
@@ -189,7 +189,7 @@ module.exports = {
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
'
react/jsx-equals-spacing
'
:
[
'
warn
'
,
'
never
'
],
'
react/jsx-equals-spacing
'
:
[
'
warn
'
,
'
never
'
],
'
react/jsx-no-duplicate-props
'
:
[
'
warn
'
,
{
ignoreCase
:
true
}],
'
react/jsx-no-duplicate-props
'
:
[
'
warn
'
,
{
ignoreCase
:
true
}],
'
react/jsx-no-undef
'
:
'
warn
'
,
'
react/jsx-no-undef
'
:
'
error
'
,
'
react/jsx-pascal-case
'
:
[
'
warn
'
,
{
'
react/jsx-pascal-case
'
:
[
'
warn
'
,
{
allowAllCaps
:
true
,
allowAllCaps
:
true
,
ignore
:
[],
ignore
:
[],
...
...
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