1
0
mirror of https://github.com/desktop/desktop synced 2024-07-07 19:29:36 +00:00

Explicitly turn this off for test and script so that we can consider enabling it for the rest of the app

This commit is contained in:
Markus Olsson 2020-07-02 17:35:40 +02:00
parent cc7c59aae3
commit 0843d7bb6d

View File

@ -144,6 +144,12 @@ overrides:
strict:
- error
- never
- files: 'app/test/**/*'
rules:
'@typescript-eslint/no-non-null-assertion': off
- files: 'script/**/*'
rules:
'@typescript-eslint/no-non-null-assertion': off
parserOptions:
sourceType: module