Skip to content

Commit

Permalink
fix rules
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Nov 12, 2021
1 parent aa603a4 commit 8d5872d
Show file tree
Hide file tree
Showing 6 changed files with 571 additions and 556 deletions.
11 changes: 10 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"extends": "./eslint-config-base.js"
"extends": "./eslint-config-base.js",
"env": {
"commonjs": true
},
"rules": {
"no-magic-numbers": "off",
"object-shorthand": "off",
"prefer-arrow-callback": "off",
"quote-props": ["error", "consistent"]
}
}
2 changes: 1 addition & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "latest"
automatic_release_tag: "${{ github.ref_name }}"
title: "${{ github.ref_name }}"
files: |
LICENSE
Expand Down
Loading

0 comments on commit 8d5872d

Please sign in to comment.