This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v1.2.0' into master
- Loading branch information
Showing
106 changed files
with
1,710 additions
and
1,901 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
const path = require("path"); | ||
const { join } = require("path"); | ||
|
||
module.exports = { | ||
extends: [ | ||
require.resolve("./packages/generator-ts-project/.eslintrc.js") | ||
], | ||
parserOptions: { | ||
project: [ | ||
path.join(__dirname, "tsconfig.json"), | ||
path.join(__dirname, "tsconfig.eslint.json") | ||
join(__dirname, "tsconfig.json"), | ||
join(__dirname, "tsconfig.eslint.json") | ||
] | ||
} | ||
}; |
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 |
---|---|---|
|
@@ -116,5 +116,8 @@ dist | |
# Unit-Tests | ||
[Ll]ib/tests/ | ||
|
||
# GitHub configuration | ||
.github/ | ||
|
||
# Drone configuration | ||
.drone.yml |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
diff --git a/.npmignore b/.npmignore | ||
index 9d3909d..e8a353f 100644 | ||
index 74af7d7..e8a353f 100644 | ||
--- a/.npmignore | ||
+++ b/.npmignore | ||
@@ -123,6 +123,3 @@ tsconfig.*.json | ||
@@ -123,9 +123,3 @@ tsconfig.*.json | ||
|
||
# Visual Studio Code-Environment | ||
.vscode/ | ||
- | ||
-# GitHub configuration | ||
-.github/ | ||
- | ||
-# Drone configuration | ||
-.drone.yml |
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,5 +1,5 @@ | ||
{ | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"packages": [ | ||
"./packages/*" | ||
], | ||
|
Oops, something went wrong.