Skip to content

Commit

Permalink
chore(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jul 15, 2024
1 parent ad902a2 commit 4e06945
Show file tree
Hide file tree
Showing 3 changed files with 664 additions and 552 deletions.
28 changes: 28 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// @ts-check
// This file is automatically generated by a `metapak`
// module. Do not change it elsewhere, changes would
// be overridden.

import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';
import eslintConfigPrettier from 'eslint-config-prettier';
import eslintPluginJest from 'eslint-plugin-jest';

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
{
files: ['*.test.ts'],
...eslintPluginJest.configs['flat/recommended'],
},
eslintConfigPrettier,
{
name: 'Project config',
languageOptions: {
ecmaVersion: 2018,
sourceType: 'module',
},
ignores: ['*.d.ts'],
},
);

Loading

0 comments on commit 4e06945

Please sign in to comment.