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
1436
Commits
2
Branches
0
Tags
148 MiB
Tree:
64eaa1caaf
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