Skip to content

Commit

Permalink
Merge pull request #567 from fishbrain/non-null-assertion-allowed-in-…
Browse files Browse the repository at this point in the history
…loosetypes

Allow non-null assertion in loose types config
  • Loading branch information
lhansford authored Sep 10, 2024
2 parents e2885f5 + a411fc0 commit f77d2f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fishbrain/eslint-config-monorepo",
"private": true,
"description": "ESLint configs for Fishbrain projects",
"version": "6.0.9",
"version": "6.0.10",
"workspaces": [
"packages/*"
],
Expand Down
1 change: 1 addition & 0 deletions packages/base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export const looseTypes = [
rules: {
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-call': 'off',
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fishbrain/eslint-config-base",
"packageManager": "[email protected]",
"version": "6.0.9",
"version": "6.0.10",
"type": "module",
"exports": "./index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fishbrain/eslint-config-react",
"packageManager": "[email protected]",
"version": "6.0.9",
"version": "6.0.10",
"type": "module",
"exports": "./index.js",
"scripts": {
Expand Down

0 comments on commit f77d2f1

Please sign in to comment.