mirror of
https://github.com/0xFableOrg/0xFable.git
synced 2026-01-09 20:48:06 -05:00
minor fixes
This commit is contained in:
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@@ -21,5 +21,3 @@ jobs:
|
||||
run: mkdir -p packages/contracts/out && echo "{}" > packages/contracts/out/deployment.json
|
||||
- run: make setup
|
||||
- run: make check
|
||||
- name: Check formatting with Prettier
|
||||
run: cd packages/webapp && make check
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"singleQuote": false,
|
||||
"tabWidth": 4,
|
||||
"useTabs": false,
|
||||
"printWidth": 150
|
||||
"printWidth": 120
|
||||
}
|
||||
|
||||
@@ -26,7 +26,8 @@ lint:
|
||||
|
||||
# Runs code quality checks.
|
||||
check:
|
||||
pnpm eslint . && pnpm prettier --check "**/*.{js,jsx,ts,tsx,json,css}"
|
||||
pnpm eslint .
|
||||
pnpm prettier --check "**/*.{js,jsx,ts,tsx,json,css}"
|
||||
.PHONY: check
|
||||
|
||||
# Runs prettier formatting across webapp files with specified file extensions.
|
||||
|
||||
Reference in New Issue
Block a user