Skip to content

Commit

Permalink
chore: 🤖 semantic release with cjs file
Browse files Browse the repository at this point in the history
semantic release with cjs file
  • Loading branch information
tal-rofe committed Apr 14, 2023
1 parent a20f9f5 commit ade1a00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ module.exports = {
},
},
{
files: ['./**/*.cjs', './release.config.js'],
files: ['./**/*.cjs'],
rules: {
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-require-imports': 'off',
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"czvinyl.config.ts": "ocaml",
".depcheckrc.json": "parcel",
".cz.json": "jinja",
"tsconfig.paths.json": "tsconfig"
"tsconfig.paths.json": "tsconfig",
"release.config.cjs": "semantic-release"
}
}
File renamed without changes.

0 comments on commit ade1a00

Please sign in to comment.