Releases: peerigon/eslint-config-peerigon
Releases · peerigon/eslint-config-peerigon
v33.2.4
v33.2.3
v33.2.2
v33.2.1
v33.2.0
v33.1.0
v33.0.1
v33.0.0
33.0.0 (2021-11-12)
Features
- react: Add support for new JSX transformer (07c01a0)
- typescript: Simplify typescript setup (763644a)
BREAKING CHANGES
- typescript: The tsconfig.json path is not relative to the CWD now, but to your package.json. In most cases you don't need to change anything. If your tsconfig.json is not next to your package.json, you need to specify parserOptions.project as described in the README.
- react: This assumes that you're using at least React 17. In React 16, things will break if you omit the React import. See also https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html