Skip to content

Commit

Permalink
fix eslint script
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVTomatoCake committed Mar 9, 2023
1 parent 1e48467 commit aad2ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
lint:
name: Codestandards
name: ESLint
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "jest",
"link": "npx eslint . --report-unused-disable-directives"
"lint": "npx eslint . --report-unused-disable-directives"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit aad2ada

Please sign in to comment.