We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddbbb7 commit fae8304Copy full SHA for fae8304
.github/workflows/eslint.yml
@@ -12,4 +12,4 @@ jobs:
12
- name: Install modules
13
run: npm i
14
- name: Run ESLint on binderhub JS
15
- run: ./node_modules/.bin/eslint binderhub/static/js
+ run: npm run lint
package.json
@@ -19,7 +19,8 @@
19
},
20
"scripts": {
21
"webpack": "webpack",
22
- "webpack:watch": "webpack --watch"
+ "webpack:watch": "webpack --watch",
23
+ "lint": "eslint binderhub/static/js"
24
25
"repository": {
26
"type": "git",
0 commit comments