From 4bf90e56b58c55fd74a89b87a4ebee595faf4c16 Mon Sep 17 00:00:00 2001 From: homer0 Date: Fri, 21 Jul 2023 21:01:46 -0300 Subject: [PATCH] chore: format everything from the lint:all script --- tests/.eslintrc | 4 +--- utils/scripts/lint-all | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/.eslintrc b/tests/.eslintrc index 59321cc..1aabab3 100644 --- a/tests/.eslintrc +++ b/tests/.eslintrc @@ -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 diff --git a/utils/scripts/lint-all b/utils/scripts/lint-all index 81e490e..ea6ec3d 100755 --- a/utils/scripts/lint-all +++ b/utils/scripts/lint-all @@ -1,2 +1,3 @@ #!/bin/bash -e -eslint ./ --ext .js +eslint ./ --ext .js && \ +prettier --write .