We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c98ba8a + 903191f commit 90647b1Copy full SHA for 90647b1
.github/workflows/test.yml
@@ -27,6 +27,10 @@ jobs:
27
run: |
28
npm i && npx playwright install chromium
29
npm test
30
+ - name: lint check
31
+ run: |
32
+ npm i
33
+ npm run lint
34
- name: Build
35
36
npm i
package.json
@@ -10,7 +10,7 @@
10
"build": "tsc",
11
"lint": "rome ci src",
12
"format": "rome format src --write",
13
- "lint:fix": "rome check src --apply-suggested",
+ "lint:fix": "rome check src --apply-unsafe",
14
"test": "jest --coverage"
15
},
16
"dependencies": {
0 commit comments