Skip to content

Commit

Permalink
fix!: switch to latest eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Nov 11, 2024
1 parent 01bad85 commit ab09dd9
Show file tree
Hide file tree
Showing 4 changed files with 1,919 additions and 4,026 deletions.
85 changes: 0 additions & 85 deletions index.js

This file was deleted.

10 changes: 10 additions & 0 deletions index.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// @ts-check
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import prettier from 'eslint-plugin-prettier/recommended';

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
prettier
);
Loading

0 comments on commit ab09dd9

Please sign in to comment.