Skip to content

Commit

Permalink
chore: 🧑‍💻 update eslint / prettier to latest version and config
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade committed Nov 5, 2024
1 parent f2c89dc commit 91ef746
Show file tree
Hide file tree
Showing 5 changed files with 528 additions and 626 deletions.
15 changes: 0 additions & 15 deletions .eslintrc.json

This file was deleted.

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

export default tseslint.config(
eslint.configs.recommended,
eslintPluginPrettierRecommended,
{
rules: {
'no-console': 'error'
}
},
...tseslint.configs.recommended
);
Loading

0 comments on commit 91ef746

Please sign in to comment.