Skip to content

Commit

Permalink
chore: use .eslintrc.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jul 13, 2023
1 parent a178838 commit 2a862c5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 26 deletions.
16 changes: 16 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
extends: ['@bjerk/eslint-config', 'plugin:jest/recommended'],
plugins: ['jest'],
overrides: [
{
files: 'jest.config.*',
rules: {
'import/no-default-export': 'off',
},
},
],
parserOptions: {
project: true,
tsconfigRootDir: __dirname,
},
};
26 changes: 0 additions & 26 deletions .eslintrc.js

This file was deleted.

0 comments on commit 2a862c5

Please sign in to comment.