Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnapo committed Oct 12, 2024
1 parent 95defad commit 2817ae9
Show file tree
Hide file tree
Showing 8 changed files with 622 additions and 483 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: npm

- name: 📥 Download deps
Expand Down
13 changes: 13 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import eslintConfigIamnapo from "eslint-config-iamnapo";

const config = [
...eslintConfigIamnapo.configs.typescript.map((cfg) => ({
...cfg,
files: [eslintConfigIamnapo.filePatterns.typescript],
})),
{
ignores: ["distribution"],
},
];

export default config;
Loading

0 comments on commit 2817ae9

Please sign in to comment.