Skip to content

Commit bce9998

Browse files
committed
fix: update CI lint command to fix issues, standardize quotes in release workflow, and add .github to ESLint ignores
1 parent c53a82e commit bce9998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: nci
3131

3232
- name: Lint
33-
run: nr lint
33+
run: nr lint:fix
3434

3535
typecheck:
3636
runs-on: ubuntu-latest

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ export default simon({
2525
'regexp/no-legacy-features': 'off',
2626
'ts/no-empty-object-type': 'off',
2727
},
28-
ignores: ['**/fixtures', 'test'],
28+
ignores: ['**/fixtures', 'test', '.github'],
2929
})

0 commit comments

Comments
 (0)