Skip to content

Commit

Permalink
esm now
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Nov 26, 2024
1 parent 37a2302 commit f663bca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/skuba-dive/eslint.config.js

This file was deleted.

3 changes: 3 additions & 0 deletions packages/skuba-dive/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import eslintConfig from 'eslint-config-skuba';

export default eslintConfig;
2 changes: 1 addition & 1 deletion packages/skuba-dive/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"removeComments": false,
"target": "ES2020"
},
"exclude": ["lib*/**/*", "eslint.config.js"],
"exclude": ["lib*/**/*"],
"extends": "../../config/tsconfig.json"
}

0 comments on commit f663bca

Please sign in to comment.