Releases: tusbar/eslint-config-xo-nextjs
Releases · tusbar/eslint-config-xo-nextjs
v4.0.1
v4.0.0
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
- This repository is now ESM pure.
See https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c.
v3.2.0
v3.1.0
v3.0.2
v3.0.1
v3.0.0
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
v2.0.1
v2.0.0
This release introduces breaking changes.
- Update xo and xo rules
- Disable
import/extensions
andnode/file-extension-in-import
for.js
and.jsx
- Remove
babel-eslint
- Rewrite tests to run on default
xo
config