Skip to content

Releases: peerigon/eslint-config-peerigon

v33.2.3

23 Jan 16:12
Compare
Choose a tag to compare

33.2.3 (2022-01-23)

Bug Fixes

  • Relax TypeScript rules for d.ts files (ebbd53d)

v33.2.2

24 Dec 16:11
Compare
Choose a tag to compare

33.2.2 (2021-12-24)

Bug Fixes

  • TypeScript: Disable import/no-default-export for d.ts files (f6f0a2a)

v33.2.1

22 Dec 14:42
Compare
Choose a tag to compare

33.2.1 (2021-12-22)

Bug Fixes

  • TypeScript: Disable "@typescript-eslint/no-unsafe-argument" (8022f7e)

v33.2.0

14 Dec 11:03
Compare
Choose a tag to compare

33.2.0 (2021-12-14)

Features

v33.1.0

14 Dec 10:47
Compare
Choose a tag to compare

33.1.0 (2021-12-14)

Features

  • Disable import/no-anonymous-default-export in config files (e5f05c1)

v33.0.1

06 Dec 16:56
Compare
Choose a tag to compare

33.0.1 (2021-12-06)

Bug Fixes

v33.0.0

12 Nov 15:35
Compare
Choose a tag to compare

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

v32.0.1

12 Nov 11:27
Compare
Choose a tag to compare

32.0.1 (2021-11-12)

Bug Fixes

  • Switch parser ecmaVersion to "latest" (a08dde8)

v32.0.0

05 Nov 13:57
Compare
Choose a tag to compare

32.0.0 (2021-11-05)

Features

BREAKING CHANGES

  • ESLint >= 8.1.0 and Node >= 14.0.0 is required now

v31.0.3

16 Sep 09:23
Compare
Choose a tag to compare

31.0.3 (2021-09-16)

Bug Fixes