Skip to content

Commit a610336

Browse files
Revert "chore: release v0.2.0 (#302)"
This reverts commit aaeca44.
1 parent aaeca44 commit a610336

File tree

990 files changed

+18294
-196962
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

990 files changed

+18294
-196962
lines changed

.dockerignore

Lines changed: 0 additions & 29 deletions
This file was deleted.

.eslintignore

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
build
22
lib
3-
coverage
4-
__tests__
5-
scripts
6-
jest.config.*
7-
jest.*.config.*
8-
integration
9-
node_modules
10-
.next
11-
packages/untp-playground/infra
12-
3+
coverage

.eslintrc.json

Lines changed: 5 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,19 @@
11
{
22
"root": true,
3-
// TODO: Enable linting for documentation folder
4-
"ignorePatterns": [
5-
"documentation",
6-
"e2e"
7-
],
8-
"plugins": [
9-
"@typescript-eslint",
10-
"prettier"
11-
],
3+
"plugins": ["@typescript-eslint", "prettier"],
124
"parser": "@typescript-eslint/parser",
135
"extends": [
146
"eslint:recommended",
157
"plugin:@typescript-eslint/recommended",
168
"plugin:@typescript-eslint/recommended-requiring-type-checking"
179
],
1810
"parserOptions": {
19-
"project": [
20-
"./packages/*/tsconfig.json"
21-
]
11+
"project": ["tsconfig.base.json"]
2212
},
2313
"rules": {
2414
"no-console": "warn",
25-
"prefer-rest-params": "warn",
26-
"@typescript-eslint/ban-ts-comment": "warn",
27-
// Off for now, but we should enable this in the future
2815
"@typescript-eslint/no-unsafe-call": "off",
2916
"@typescript-eslint/no-unsafe-member-access": "off",
30-
"@typescript-eslint/no-unsafe-assignment": "off",
31-
"@typescript-eslint/no-var-requires": "off",
32-
"@typescript-eslint/no-explicit-any": "off",
33-
"@typescript-eslint/no-unsafe-return": "off",
34-
"@typescript-eslint/no-unsafe-argument": "off",
35-
"@typescript-eslint/no-non-null-assertion": "off",
36-
"@typescript-eslint/no-floating-promises": "off",
37-
"@typescript-eslint/restrict-template-expressions": "off",
38-
"@typescript-eslint/no-misused-promises": "off",
39-
"@typescript-eslint/require-await": "off",
40-
"@typescript-eslint/no-unused-vars": "off",
41-
"prefer-const": "off"
42-
},
43-
"overrides": [
44-
{
45-
"files": [
46-
"*.js"
47-
],
48-
"rules": {
49-
"@typescript-eslint/no-var-requires": "off"
50-
}
51-
}
52-
]
53-
}
17+
"@typescript-eslint/no-unsafe-assignment": "off"
18+
}
19+
}

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-git
5252

5353
## Added to documentation?
5454

55-
- [ ] 📖 [Mock App docs site](https://uncefact.github.io/tests-untp/docs/mock-apps/)
5655
- [ ] 📜 README.md
5756
- [ ] 📕 storybook
5857
- [ ] 🙅 no documentation needed

.github/workflows/.release-please-manifest-rc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/workflows/build_test.yml

Lines changed: 0 additions & 90 deletions
This file was deleted.

.github/workflows/buld_publish_docs.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/ci_cd-untp-playground.yml

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)