Skip to content

Commit

Permalink
chore(deps): upgrade eslint to 9.x (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Apr 22, 2024
1 parent 9f897af commit 59cda3d
Show file tree
Hide file tree
Showing 4 changed files with 326 additions and 1,172 deletions.
17 changes: 0 additions & 17 deletions .eslintrc.json

This file was deleted.

15 changes: 15 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import prettier from 'eslint-plugin-prettier/recommended';
import js from '@eslint/js';
import globals from 'globals';

export default [
{
languageOptions: {
globals: {
...globals.browser,
},
},
},
js.configs.recommended,
prettier,
];
Loading

0 comments on commit 59cda3d

Please sign in to comment.