File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 with :
2222 name : code-coverage-report
2323 path : coverage/*.*
24- # We are trying out oxlint for a while. Please report if you ever see lint issues that eslint catches but oxlint
25- # misses. We expect the opposite (oxlint should catch more issues).
26- lint-preview :
27- runs-on : ubuntu-latest
28-
29- steps :
30- - uses : actions/checkout@v6
31- - uses : actions/setup-node@v6
32- with :
33- node-version-file : ' .nvmrc'
34- - run : npm install
35- - run : npm run oxlint
3624 coverage :
3725 runs-on : ubuntu-latest
3826 needs : tests
Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ validate-no-uncommitted-package-lock-changes:
5151validate :
5252 make validate-no-uncommitted-package-lock-changes
5353 npm run i18n_extract
54- npm run lint -- --max-warnings 0
54+ # We are trying out oxlint. Now that it's been working well for a while with both oxlint and eslint, we have disabled
55+ # eslint, and after a few weeks we'll evaluate whether any problems are slipping through if only oxlint is used.
56+ npm run oxlint
5557 npm run types
5658 npm run test:ci
5759 npm run build
You can’t perform that action at this time.
0 commit comments