Skip to content

Commit 7b7c926

Browse files
author
Lukas Holzer
authored
fix: move js-client to mono repository and add types (#4592)
1 parent 8e26956 commit 7b7c926

26 files changed

+17269
-306
lines changed

.eslintrc.cjs

+1-9
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config = {
77
settings: {
88
'import/extensions': ['.js'],
99
},
10-
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'plugin:ava/recommended', 'prettier'],
10+
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier'],
1111
parser: '@typescript-eslint/parser',
1212
parserOptions: {
1313
ecmaVersion: 'latest',
@@ -56,14 +56,6 @@ const config = {
5656
files: ['packages/*/tests/**'],
5757
rules: {
5858
'@typescript-eslint/no-empty-function': 'off',
59-
'ava/no-ignored-test-files': [
60-
2,
61-
{ files: ['**/tests.js', 'tests/**/*.js', '!tests/{helpers,fixtures}/**/*.{cjs,mjs,js,json}'] },
62-
],
63-
'ava/no-import-test-files': [
64-
2,
65-
{ files: ['**/tests.js', 'tests/**/*.js', '!tests/{helpers,fixtures}/**/*.{cjs,mjs,js,json}'] },
66-
],
6759
},
6860
},
6961
],

.release-please-manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"packages/config": "18.2.4",
66
"packages/functions-utils": "4.2.11",
77
"packages/git-utils": "4.1.3",
8+
"packages/js-client": "12.0.1",
89
"packages/run-utils": "4.0.2"
910
}

0 commit comments

Comments
 (0)