Skip to content

Commit

Permalink
fix: add entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Aug 1, 2024
1 parent 18f8aac commit c370c92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default tseslint.config(
...tseslint.configs.recommended,
eslintPluginPrettierRecommended,
{
files: ['**/*.js', '**/*.ts'],
rules: {
'@typescript-eslint/consistent-type-imports': [
'error',
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"files": [
"index.mjs"
],
"main": "index.mjs",
"peerDependencies": {
"eslint": "^9.0.0"
},
Expand Down

0 comments on commit c370c92

Please sign in to comment.