Skip to content

Commit

Permalink
Fixing linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryMK committed Jan 18, 2025
1 parent f65eaa4 commit 1c44492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "jest -c jest.config.js --coverage --verbose",
"docs": "typedoc",
"build": "tsc",
"lint": "eslint . --ignore-pattern 'dist' --ignore-pattern 'docs' --ignore-pattern 'src/**/*.js' --ignore-pattern '*.js' --ignore-pattern 'src/example.ts'",
"lint": "eslint . --ignore-pattern 'dist' --ignore-pattern 'docs' --ignore-pattern 'src/**/*.js' --ignore-pattern '*.js' --ignore-pattern 'src/example.ts' --ignore-pattern 'test'",
"release": "npm run lint && npm run test && npm run build && npm publish",
"upgrade-interactive": "npm-check --update"
},
Expand Down

0 comments on commit 1c44492

Please sign in to comment.