Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jul 11, 2024
1 parent 8f7bfac commit 0426491
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/tidy-steaks-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'eslint-config-widen': major
'eslint-plugin-widen': major
---

Update to eslint 9. Apps will need to be on eslint 9+ alongside this update.
2 changes: 1 addition & 1 deletion packages/eslint-config-widen/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import babelParser from '@babel/eslint-parser'

Check warning on line 1 in packages/eslint-config-widen/src/index.ts

View workflow job for this annotation

GitHub Actions / lint

Imports should be sorted
import js from '@eslint/js'
import sort from 'eslint-plugin-sort'
import widen from 'eslint-plugin-widen'
import globals from 'globals'
import babelParser from '@babel/eslint-parser'

export default [
{
Expand Down

0 comments on commit 0426491

Please sign in to comment.