Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nemuvski committed Mar 26, 2024
1 parent 2150241 commit b166501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
node-version-file: ".node-version"
cache: "npm"
- run: npm ci
- name: prettier
- name: format
run: npm run format
- name: stylelint
- name: lint
run: npm run lint
- name: building
run: npm run build
4 changes: 2 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"linter": {
"enabled": true,
"ignore": ["dist/"],
"ignore": ["dist/", "package.json"],
"rules": {
"recommended": true,
"correctness": {
Expand All @@ -32,7 +32,7 @@
},
"formatter": {
"enabled": true,
"ignore": ["dist/"],
"ignore": ["dist/", "package.json"],
"lineEnding": "lf",
"lineWidth": 120,
"indentStyle": "space",
Expand Down

0 comments on commit b166501

Please sign in to comment.