Skip to content

chore(deps): update dependency eslint to v8 - autoclosed #1058

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
631 changes: 328 additions & 303 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"@sanity/semantic-release-preset": "^4.0.0",
"@types/jest": "^26.0.24",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.0",

Unchanged files with check annotations Beta

"rootDir": "src",
"outDir": "dist",
"declarationDir": "dist",
"emitDeclarationOnly": true,

Check failure on line 10 in tsconfig.json

GitHub Actions / build

Option 'emitDeclarationOnly' cannot be specified with option 'noEmit'.
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"skipLibCheck": true,