Skip to content

Releases: tusbar/eslint-config-xo-nextjs

v4.0.1

08 Sep 15:54
Compare
Choose a tag to compare

4.0.1 (2021-09-08)

Bug Fixes

v4.0.0

08 Sep 15:36
Compare
Choose a tag to compare

4.0.0 (2021-09-08)

Features

  • deps: bump @next/eslint-plugin-next from 11.0.0 to 11.1.2 (#195) (575b5d2)
  • deps: bump eslint-plugin-react from 7.24.0 to 7.25.1 (#194) (c3bd5f3)
  • rewrite to ESM (#197) (181dfbb)

BREAKING CHANGES

v3.2.0

16 Jun 09:14
376eba3
Compare
Choose a tag to compare
  • Bump @next/eslint-plugin-next from 10.2.2 to 11.0.0 167fd46
  • Bump eslint from 7.26.0 to 7.28.0 27919ae
  • Bump eslint-plugin-react from 7.23.2 to 7.24.0 37fb511

v3.1.0...v3.2.0

v3.1.0

21 May 09:03
7192dea
Compare
Choose a tag to compare
  • Remove david-dm badge 35a46f9
  • Bump xo from 0.39.1 to 0.40.1 5b8345a
  • Disable unicorn/prefer-module rule 8bdc579
  • Update @next/next plugin, use recommended config and add more tests #163

v3.0.2...v3.1.0

v3.0.2

14 Apr 12:29
bd4d2e5
Compare
Choose a tag to compare
  • Update @next/next/no-css-tags test bfbab7b
  • Update code formatting 996a455
  • Bump eslint-plugin-react from 7.23.1 to 7.23.2 b453ed6 #152

v3.0.1...v3.0.2

v3.0.1

05 Apr 13:22
9f65428
Compare
Choose a tag to compare
  • Bump eslint-config-xo-react from 0.24.0 to 0.25.0 5672313
  • Remove react/style-prop-object override ce84466
  • Update readme 81c8d58

v3.0.0...v3.0.1

v3.0.0

31 Mar 12:09
ac3ca32
Compare
Choose a tag to compare

Breaking change

  • Disable react/react-in-jsx-scope and require react 17.x 9e9b1a9
  • Disable react/jsx-uses-react e1245d3
  • Remove useless space.js 57433e3

Rules from @next/eslint-plugin-next

  • Add @next/next/no-css-tags 3500eec
  • Add @next/next/no-sync-scripts 3500eec
  • Add @next/next/no-unwanted-polyfillio cb07706

Tests

  • Create new testing environment based on fixtures and add tests for most rules

v2.0.2...v3.0.0

v2.0.2

22 Feb 17:07
3c22278
Compare
Choose a tag to compare
  • Allow react-intl’s FormattedNumber usage of style prop 32e8ab2

v2.0.1...v2.0.2

v2.0.1

22 Feb 16:51
9c0c6f8
Compare
Choose a tag to compare
  • Fix import/extensions definition d0b79df

v2.0.0...v2.0.1

v2.0.0

22 Feb 16:36
a15501f
Compare
Choose a tag to compare

This release introduces breaking changes.

  • Update xo and xo rules
  • Disable import/extensions and node/file-extension-in-import for .js and .jsx
  • Remove babel-eslint
  • Rewrite tests to run on default xo config

v1.6.0...v2.0.0