Skip to content

Commit

Permalink
Editting EdLint config file to improve compatability with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
emshyu committed Nov 1, 2024
2 parents b289889 + 02867eb commit 20d9bc2
Show file tree
Hide file tree
Showing 4 changed files with 4,819 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
with:
useLockFile: false

- name: Install Prettier
run: npm install --save-dev --save-exact prettier

- name: Setup for Redis
env:
SETUP: >-
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore artifacts:
build
coverage
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

0 comments on commit 20d9bc2

Please sign in to comment.