Skip to content

Commit

Permalink
Move config files (#16)
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
leonitousconforti authored Feb 7, 2024
1 parent 04eef01 commit 2692939
Show file tree
Hide file tree
Showing 24 changed files with 1,605 additions and 684 deletions.
3 changes: 2 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"editorconfig.editorconfig",
"streetsidesoftware.code-spell-checker",
"eamodio.gitlens",
"mutantdino.resourcemonitor"
"mutantdino.resourcemonitor",
"GitHub.vscode-github-actions"
],
"settings": {
"cSpell.enabled": true,
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ module.exports = {
{ format: null, selector: "parameter", filter: { regex: "^_", match: false } },
],
},
ignorePatterns: ["dist/", ".eslintrc.cjs"],
ignorePatterns: ["dist/", ".eslintrc.cjs", "test/ci-wait-for-artifacts.js"],
};
Empty file.
Empty file.
Loading

0 comments on commit 2692939

Please sign in to comment.