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 3e67596 commit 1e8514bCopy full SHA for 1e8514b
.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: eslint binderhub/static/js
+ run: ./node_modules/.bin/eslint binderhub/static/js
0 commit comments