Skip to content

Commit

Permalink
chore(lint): remove no-non-null-assertion rule
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz authored and WilliamTraoreee committed Sep 9, 2022
1 parent 98b07a7 commit 3d02ac8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@
}
]
}
]
],
"@typescript-eslint/no-non-null-assertion": "off"
}
},
{
"files": ["*.ts", "*.tsx"],
"extends": ["plugin:@nrwl/nx/typescript"],
"rules": {}
"rules": {
"@typescript-eslint/no-non-null-assertion": "off"
}
},
{
"files": ["*.js", "*.jsx"],
Expand Down

0 comments on commit 3d02ac8

Please sign in to comment.