Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 6, 2023
1 parent ecc44dc commit 0caa184
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/*.js
**/*.d.ts
node_modules/**
example/**
5 changes: 0 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"extends": [
"@myrotvorets/myrotvorets-ts"
],
"rules": {
"jest/no-commented-out-tests": "off",
"jest/no-done-callback": "off",
"jest/valid-expect": "off"
},
"env": {
"node": true,
"jest": false,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') || github.event_name == 'workflow_dispatch' }}
steps:
- name: Run cose style check
- name: Run code style check
uses: myrotvorets/composite-actions/node-run-script@master
with:
script: lint
Expand Down

0 comments on commit 0caa184

Please sign in to comment.