This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
react.dev
mirror of
https://github.com/lukechilds/react.dev.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1553
Commits
2
Branches
0
Tags
148 MiB
Tree:
9a05fe2157
lukechilds-patch-1
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9a05fe2157'
${ noResults }
react.dev
/
_js
/
examples
/
.eslintrc
7 lines
101 B
Raw
Normal View
History
Enable more eslint-plugin-react rules This should contain all the rules we probably want to use, except react/wrap-multilines, which requires a larger codemod, and would clutter this commit.
10 years ago
---
lint from root
10 years ago
rules:
Enable more eslint-plugin-react rules This should contain all the rules we probably want to use, except react/wrap-multilines, which requires a larger codemod, and would clutter this commit.
10 years ago
block-scoped-var: 0
no-undef: 0
react/react-in-jsx-scope: 0
react/jsx-no-undef: 0