Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicMalot committed Jan 19, 2024
1 parent c778d53 commit ead994a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/naming-convention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,5 @@ jobs:
npm install @microsoft/[email protected]
- name: Run ESLint
run: npx eslint .
--config .eslintrc.js
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
--output-file eslint-results.sarif
run: npx eslint . --ext .ts,.tsx
continue-on-error: true

0 comments on commit ead994a

Please sign in to comment.