Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 85460b9

Browse files
authored
fix: remove lint:ci and change lint task on ci.yml to not use GH formatter (#338)
1 parent 4920fea commit 85460b9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: yarn --pure-lockfile --prefer-offline
2828
- name: Lint
29-
run: yarn lint:ci
29+
run: yarn lint
3030
- name: Build
3131
run: yarn build
3232
- name: Unit testing

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"test:ci": "jest --ci --coverage",
1919
"lint": "foundry run eslint . --ext .js,.jsx,.json,.ts,.tsx",
2020
"lint:fix": "yarn lint --fix",
21-
"lint:ci": "yarn lint --format github",
2221
"prerelease": "yarn build",
2322
"release": "foundry run semantic-release"
2423
},

0 commit comments

Comments
 (0)