-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul Le Cam
authored
Aug 12, 2019
1 parent
6a8bb86
commit 990cd38
Showing
30 changed files
with
2,889 additions
and
1,607 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
module.exports = { | ||
extends: ['mainframe', 'mainframe/jest', 'mainframe/typescript'], | ||
rules: { | ||
'@typescript-eslint/camelcase': { | ||
ignoreDestructuring: true, | ||
}, | ||
'@typescript-eslint/explicit-function-return-type': { | ||
allowExpressions: true, | ||
}, | ||
'@typescript-eslint/no-unused-vars': { | ||
argsIgnorePattern: '^_', | ||
varsIgnorePattern: '^_', | ||
}, | ||
'import/default': false, | ||
}, | ||
} |
Oops, something went wrong.