Skip to content

Commit

Permalink
Merge pull request #26 from pamelafox/eslint
Browse files Browse the repository at this point in the history
Upgrade eslint
  • Loading branch information
pamelafox authored Aug 3, 2024
2 parents 1b015f0 + 483a75b commit d3a46f0
Show file tree
Hide file tree
Showing 8 changed files with 1,427 additions and 296 deletions.
267 changes: 0 additions & 267 deletions .eslintrc.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install ESLint
run: npm install eslint
run: npm install
- name: Run ESLint
run: npx eslint javascript/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
__pycache__
.coverage
venv/
.venv/
node_modules
Loading

0 comments on commit d3a46f0

Please sign in to comment.