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 7bbdc0f commit 2663767
Show file tree
Hide file tree
Showing 3 changed files with 17 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,
},
};
25 changes: 0 additions & 25 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 2663767

Please sign in to comment.