Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore): upgrade mrlint and move to vitest #3855

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
plugins: [
"@typescript-eslint",
"jest",
"@blueprintjs",
"deprecation",
"import",
"react",
Expand All @@ -19,7 +18,6 @@ module.exports = {
"plugin:@typescript-eslint/strict",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:jest/recommended",
"plugin:@blueprintjs/recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:tailwindcss/recommended"
Expand Down Expand Up @@ -113,9 +111,7 @@ module.exports = {
"react/react-in-jsx-scope": "off",
"react/prop-types": "off",
"@typescript-eslint/await-thenable": "error",
"@blueprintjs/classes-constants": "off",
"tailwindcss/no-custom-classname": "off",
"@blueprintjs/html-components": "off",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-unnecessary-condition": "off",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
run: yarn install

- name: Run tests
run: yarn test --maxWorkers 15 --ci --silent
run: yarn test --silent

- name: Ensure no changes to git-tracked files
run: git --no-pager diff --exit-code
Expand Down
Loading
Loading