Skip to content

Commit

Permalink
Drop ESlint
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove committed Mar 8, 2024
1 parent 97eb040 commit cf50b96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- run: npm ci
- name: eslint
run: npx eslint .
- name: test
run: npm test
env:
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@
"aws-sdk": "2.1573.0",
"awscred": "1.5.0"
},
"eslintConfig": {
"extends": "@eclass"
},
"eslintIgnore": [
"coverage"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged",
Expand Down

0 comments on commit cf50b96

Please sign in to comment.