We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e48467 commit aad2adaCopy full SHA for aad2ada
.github/workflows/eslint.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
lint:
9
- name: Codestandards
+ name: ESLint
10
runs-on: ubuntu-latest
11
steps:
12
- name: "☁️ checkout repository"
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
"scripts": {
"test": "jest",
- "link": "npx eslint . --report-unused-disable-directives"
+ "lint": "npx eslint . --report-unused-disable-directives"
},
"repository": {
"type": "git",
0 commit comments