Skip to content

Commit 443290f

Browse files
authoredMar 7, 2024··
Integrate prettier to the project and ci and prettify project (#1133)
1 parent 71b5e3a commit 443290f

File tree

174 files changed

+7821
-5670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+7821
-5670
lines changed
 

‎.github/workflows/ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,14 @@ jobs:
4242
- name: npm install
4343
run: npm install
4444

45+
- name: Lint
46+
uses: wearerequired/lint-action@v2
47+
with:
48+
github_token: ${{ secrets.GITHUB_TOKEN }}
49+
prettier: true
50+
eslint: true
51+
eslint_args: '--max-warnings 0'
52+
eslint_extensions: js
53+
4554
- name: Run tests
4655
run: npm run test_ci

‎.lgtm.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
path_classifiers:
2-
generated:
3-
- release
4-
- dist
5-
docs:
6-
- examples
7-
test:
8-
- test
2+
generated:
3+
- release
4+
- dist
5+
docs:
6+
- examples
7+
test:
8+
- test

0 commit comments

Comments
 (0)
Please sign in to comment.