Skip to content

Commit ac8c9cf

Browse files
committed
chore: release 0.0.1-alpha.0
1 parent 332b9a4 commit ac8c9cf

4 files changed

Lines changed: 34 additions & 4 deletions

File tree

.eslintrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"extends": [
77
"plugin:@typescript-eslint/recommended",
88
"plugin:@typescript-eslint/recommended-requiring-type-checking",
9-
"plugin:@typescript-eslint/recommended",
10-
"plugin:jest/recommended"
9+
"plugin:jest/recommended",
10+
"prettier/@typescript-eslint",
11+
"plugin:prettier/recommended"
1112
],
1213
"ignorePatterns": ["node_modules", "dist", "coverage", ".cache", ".github", ".nyc_output", "scripts"],
1314
"parser": "@typescript-eslint/parser",

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
115115
- name: Publish
116116
run: |
117+
yarn config set registry https://registry.npmjs.org/
117118
yarn config set //registry.npmjs.org/:_authToken $NPM_AUTH_TOKEN
118119
yarn publish --non-interactive --no-git-tag-version
119120
env:

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"cover:integ": "yarn jest --coverage 'testInteg/.*\\.spec\\.ts'",
4949
"cover:unit": "yarn jest --coverage 'test/.*\\.spec\\.ts'",
5050
"cover": "yarn jest --coverage 'test/.*\\.spec\\.ts' 'testInteg/.*\\.spec\\.ts' 'testE2E/.*\\.spec\\.ts'",
51-
"prelint": "yarn run format:check && yarn run check:spelling",
51+
"postlint": "yarn run format:check && yarn run check:spelling",
5252
"lint": "yarn eslint . --ext .ts",
5353
"lint:fix": "yarn eslint . --fix --ext .ts",
5454
"pre-commit": "yarn lint-staged",
@@ -86,8 +86,10 @@
8686
"all-contributors-cli": "^6.14.0",
8787
"cspell": "^4.0.55",
8888
"eslint": "^6.8.0",
89+
"eslint-config-prettier": "^6.10.0",
8990
"eslint-plugin-jest": "^23.8.2",
9091
"eslint-plugin-prefer-arrow": "^1.1.7",
92+
"eslint-plugin-prettier": "^3.1.2",
9193
"generate-changelog": "^1.8.0",
9294
"jest": "^25.1.0",
9395
"jest-serial-runner": "^1.1.0",

yarn.lock

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2505,6 +2505,13 @@ escodegen@^1.11.1, escodegen@^1.9.1:
25052505
optionalDependencies:
25062506
source-map "~0.6.1"
25072507

2508+
eslint-config-prettier@^6.10.0:
2509+
version "6.10.0"
2510+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.10.0.tgz#7b15e303bf9c956875c948f6b21500e48ded6a7f"
2511+
integrity sha512-AtndijGte1rPILInUdHjvKEGbIV06NuvPrqlIEaEaWtbtvJh464mDeyGMdZEQMsGvC0ZVkiex1fSNcC4HAbRGg==
2512+
dependencies:
2513+
get-stdin "^6.0.0"
2514+
25082515
eslint-plugin-jest@^23.8.2:
25092516
version "23.8.2"
25102517
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-23.8.2.tgz#6f28b41c67ef635f803ebd9e168f6b73858eb8d4"
@@ -2517,6 +2524,13 @@ eslint-plugin-prefer-arrow@^1.1.7:
25172524
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.1.7.tgz#4534dd8d2e519cd579a951f95802137365d524a2"
25182525
integrity sha512-epsA4g804mRovlOHSbeO1xxW7REGeUjULRME9MJTJDOVscNIA01AkR66TP4cmHDfD+w72EQ9cPhf37MbZiFI2w==
25192526

2527+
eslint-plugin-prettier@^3.1.2:
2528+
version "3.1.2"
2529+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba"
2530+
integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA==
2531+
dependencies:
2532+
prettier-linter-helpers "^1.0.0"
2533+
25202534
eslint-scope@^5.0.0:
25212535
version "5.0.0"
25222536
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
@@ -2757,7 +2771,7 @@ fast-deep-equal@^3.1.1:
27572771
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
27582772
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
27592773

2760-
fast-diff@^1.2.0:
2774+
fast-diff@^1.1.2, fast-diff@^1.2.0:
27612775
version "1.2.0"
27622776
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
27632777
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
@@ -3020,6 +3034,11 @@ get-stdin@7.0.0, get-stdin@^7.0.0:
30203034
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
30213035
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
30223036

3037+
get-stdin@^6.0.0:
3038+
version "6.0.0"
3039+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
3040+
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
3041+
30233042
get-stream@^4.0.0, get-stream@^4.1.0:
30243043
version "4.1.0"
30253044
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -5818,6 +5837,13 @@ prepend-http@^2.0.0:
58185837
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
58195838
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
58205839

5840+
prettier-linter-helpers@^1.0.0:
5841+
version "1.0.0"
5842+
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
5843+
integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
5844+
dependencies:
5845+
fast-diff "^1.1.2"
5846+
58215847
prettier@^1.19.1:
58225848
version "1.19.1"
58235849
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"

0 commit comments

Comments
 (0)