From 58359b83a4cf9a7c45462ce567b81261482dd0ac Mon Sep 17 00:00:00 2001 From: lamber97 Date: Tue, 15 Feb 2022 20:02:09 -0500 Subject: [PATCH] Another try prettier actions --- .github/workflows/prettier.yml | 4 ++-- .prettierignore | 3 ++- lib/ListExtender.js | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index c14bf9b..f18f545 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -3,9 +3,9 @@ name: Format Code # This action works with pull requests and pushes on: pull_request: - branches: [ master ] + branches: [master] push: - branches: [ master ] + branches: [master] jobs: prettier: diff --git a/.prettierignore b/.prettierignore index 7c5fbaa..4eb486f 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ # Ignore artifacts: node_modules lib/ListExtender.min.js -**/*.html \ No newline at end of file +**/*.html +.github \ No newline at end of file diff --git a/lib/ListExtender.js b/lib/ListExtender.js index 3e0dcc8..3f2d7a8 100644 --- a/lib/ListExtender.js +++ b/lib/ListExtender.js @@ -21,8 +21,8 @@ // following are available, but no reason to be used so are not listed in documentation this.inputChecks = []; this.attr = { - type: 'text', - placeholder: '', + type: "text", + placeholder: "", }; this.element.addEventListener("focusout", (event) => {