-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release to main move to alpha version (internal testing) (#90)
- Loading branch information
Showing
181 changed files
with
4,229 additions
and
7,456 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 @@ | ||
.eslintrc.js |
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,24 @@ | ||
module.exports = { | ||
parser: '@typescript-eslint/parser', | ||
plugins: ['@typescript-eslint'], | ||
// https://stackoverflow.com/questions/58510287/parseroptions-project-has-been-set-for-typescript-eslint-parser | ||
overrides: [ | ||
{ | ||
files: ['*.ts', '*.tsx'], // Your TypeScript files extension | ||
|
||
// As mentioned in the comments, you should extend TypeScript plugins here, | ||
// instead of extending them outside the `overrides`. | ||
// If you don't want to extend any rules, you don't need an `extends` attribute. | ||
extends: [ | ||
'plugin:@typescript-eslint/recommended', | ||
// 'plugin:@typescript-eslint/recommended-requiring-type-checking', | ||
// 'plugin:@typescript-eslint/strict', | ||
], | ||
|
||
parserOptions: { | ||
project: ['./tsconfig.json'], // Specify it only for TypeScript files | ||
}, | ||
}, | ||
], | ||
root: true, | ||
}; |
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 |
---|---|---|
|
@@ -131,4 +131,7 @@ dist | |
inversify-express-utils | ||
|
||
.idea | ||
.DS_Store | ||
.DS_Store | ||
|
||
.azurite | ||
tmp |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.