Skip to content

Commit d931db7

Browse files
committed
Remove prettier
1 parent 0d9d4ff commit d931db7

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

.github/workflows/lint.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,3 @@ jobs:
2222

2323
- name: Lint
2424
run: forge fmt --check
25-
26-
- uses: actions/cache@v3
27-
name: Configure npm caching
28-
with:
29-
path: ~/.npm
30-
key: ${{ runner.os }}-npm-${{ hashFiles('**/workflows/prettier.yml') }}
31-
restore-keys: |
32-
${{ runner.os }}-npm-
33-
34-
- name: Check code formatting
35-
run: |-
36-
npx prettier --check .

.prettierignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.prettierrc

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)