Skip to content

Commit

Permalink
chore: format everything from the lint:all script
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Jul 22, 2023
1 parent 852caa4 commit 4bf90e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions tests/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"root": true,
"plugins": ["@homer0"],
"extends": [
"plugin:@homer0/jest-with-prettier"
],
"extends": ["plugin:@homer0/jest-with-prettier"],
"globals": {
"global": true,
"__dirname": true
Expand Down
3 changes: 2 additions & 1 deletion utils/scripts/lint-all
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash -e
eslint ./ --ext .js
eslint ./ --ext .js && \
prettier --write .

0 comments on commit 4bf90e5

Please sign in to comment.