Skip to content

Commit aad2ada

Browse files
committed
fix eslint script
1 parent 1e48467 commit aad2ada

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/eslint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
lint:
9-
name: Codestandards
9+
name: ESLint
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "☁️ checkout repository"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "jest",
8-
"link": "npx eslint . --report-unused-disable-directives"
8+
"lint": "npx eslint . --report-unused-disable-directives"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)