mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
For 7.0.0: Slim down presets to just 2 configurations: - `recommended`: legacy and flat config with all recommended rules, and - `recommended-latest`: legacy and flat config with all recommended rules plus new bleeding edge experimental compiler rules Removed: - `recommended-latest-legacy` - `flat/recommended` Please see the README for new install instructions. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/34757). * #34783 * #34782 * __->__ #34757 |
||
|---|---|---|
| .. | ||
| .eslintrc.json | ||
| build.mjs | ||
| index.js | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
ESLint v6 Fixture
This fixture allows us to test e2e functionality for eslint-plugin-react-hooks with eslint version 6.
Run the following to test.
cd fixtures/eslint-v6
yarn
yarn build
yarn lint