forked from floydspace/serverless-esbuild
-
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.
* chore(deps): updated dev dependencies * chore: updating linting rules * test: updated snapshots * chore: linting fixes * chore(deps): updated dependencies - ran `npm audit fix` * chore: use @floydspace eslint rules, fixed occurrences * chore: revert snapshot hunks Co-authored-by: Victor Korzunin <[email protected]>
- Loading branch information
1 parent
c587c47
commit 744dbb4
Showing
29 changed files
with
4,195 additions
and
1,377 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.gitignore |
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,29 +1,14 @@ | ||
root: true | ||
env: | ||
node: true | ||
ignorePatterns: | ||
- dist | ||
extends: | ||
- eslint:recommended | ||
- plugin:@typescript-eslint/recommended | ||
- '@floydspace/eslint-config/lib' | ||
- '@floydspace/eslint-config/jest' | ||
rules: | ||
semi: 'off' | ||
quotes: 'off' | ||
no-use-before-define: 'off' | ||
'@typescript-eslint/no-var-requires': 'off' | ||
'@typescript-eslint/explicit-function-return-type': 'off' | ||
'@typescript-eslint/explicit-module-boundary-types': 'off' | ||
'@typescript-eslint/semi': error | ||
'@typescript-eslint/quotes': | ||
- error | ||
- single | ||
'@typescript-eslint/no-use-before-define': | ||
- error | ||
- functions: false | ||
classes: false | ||
'@typescript-eslint/naming-convention': off | ||
jest/no-conditional-expect: off | ||
overrides: | ||
- files: | ||
- "**/*.test.ts" | ||
- 'examples/**/*.[tj]s' | ||
rules: | ||
'@typescript-eslint/no-explicit-any': 'off' | ||
|
||
import/no-unresolved: off | ||
no-promise-executor-return: off | ||
no-console: off |
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
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
Oops, something went wrong.