Skip to content

Commit e94e938

Browse files
Use Biome in frontend
1 parent 159d0da commit e94e938

File tree

8 files changed

+53
-389
lines changed

8 files changed

+53
-389
lines changed

.github/workflows/sanity-build.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838
uses: actions/cache/restore@v3
3939
with:
4040
path: |
41-
${{matrix.apps}}/.eslintcache
4241
${{matrix.apps}}/.tsbuildinfo
43-
key: ${{ runner.os }}-${{ matrix.apps }}-${{ hashFiles(format('{0}/tsconfig.json', matrix.apps), format('{0}/.eslintrc.cjs', matrix.apps), format('{0}/eslint.config.js', matrix.apps)) }}
42+
key: ${{ runner.os }}-${{ matrix.apps }}-${{ hashFiles(format('{0}/tsconfig.json', matrix.apps)) }}
4443

4544
- name: Typecheck ${{ matrix.apps }}
4645
shell: bash
@@ -65,6 +64,5 @@ jobs:
6564
if: always()
6665
with:
6766
path: |
68-
${{matrix.apps}}/.eslintcache
6967
${{matrix.apps}}/.tsbuildinfo
70-
key: ${{ runner.os }}-${{ matrix.apps }}-${{ hashFiles(format('{0}/tsconfig.json', matrix.apps), format('{0}/.eslintrc.cjs', matrix.apps), format('{0}/eslint.config.js', matrix.apps)) }}
68+
key: ${{ runner.os }}-${{ matrix.apps }}-${{ hashFiles(format('{0}/tsconfig.json', matrix.apps)) }}

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.idea
22
.DS_Store
3-
.eslintcache
43
.tsbuildinfo

server/biome.json biome.json

File renamed without changes.

frontend/.eslintrc.cjs

-317
This file was deleted.

0 commit comments

Comments
 (0)