Skip to content

Commit d3a46f0

Browse files
authored
Merge pull request #26 from pamelafox/eslint
Upgrade eslint
2 parents 1b015f0 + 483a75b commit d3a46f0

File tree

8 files changed

+1427
-296
lines changed

8 files changed

+1427
-296
lines changed

.eslintrc.yml

Lines changed: 0 additions & 267 deletions
This file was deleted.

.github/workflows/javascript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Install ESLint
12-
run: npm install eslint
12+
run: npm install
1313
- name: Run ESLint
1414
run: npx eslint javascript/

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
__pycache__
33
.coverage
44
venv/
5+
.venv/
56
node_modules

0 commit comments

Comments
 (0)