Skip to content

Commit

Permalink
deploy 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Feb 17, 2024
1 parent 7dd4c0e commit abb3052
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
},
"sideEffects": false,
"types": "dist/node/index.d.ts",
"version": "3.3.2",
"version": "3.3.3",
"packageManager": "yarn@3.6.3",
"scripts": {
"build": "echo Building... && yarn clean && yarn compile",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Expand Up @@ -79,7 +79,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-config-base/src/typescript/index.ts
Expand Up @@ -9,6 +9,7 @@ export const typescriptConfig: ESLint.ConfigData = {
parserOptions: { ecmaVersion: 'latest', project: ['./tsconfig.json'], tsconfigRootDir: __dirname },
plugins: ['@typescript-eslint'],
rules: {
'@typescript-eslint/explicit-member-accessibility': ['warn', { accessibility: 'no-public' }],
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/member-delimiter-style': [
'error',
Expand Down Expand Up @@ -97,6 +98,8 @@ export const typescriptConfig: ESLint.ConfigData = {
},
},
],
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/no-misused-promises': 'error',
'@typescript-eslint/no-unused-vars': [
'warn',
{
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react-base/package.json
Expand Up @@ -64,6 +64,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Expand Up @@ -65,6 +65,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -80,7 +80,7 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"scripts": {
"package-compile2": "yarn tsc -p tsconfig.json --module es2022 --outDir dist --rootDir src"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-config/src/typescript/index.ts
Expand Up @@ -9,6 +9,7 @@ export const typescriptConfig: ESLint.ConfigData = {
parserOptions: { ecmaVersion: 'latest', project: ['./tsconfig.json'], tsconfigRootDir: __dirname },
plugins: ['@typescript-eslint'],
rules: {
'@typescript-eslint/explicit-member-accessibility': ['warn', { accessibility: 'no-public' }],
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/member-delimiter-style': [
'error',
Expand Down Expand Up @@ -97,6 +98,8 @@ export const typescriptConfig: ESLint.ConfigData = {
},
},
],
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/no-misused-promises': 'error',
'@typescript-eslint/no-unused-vars': [
'warn',
{
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-scripts-react-yarn3/package.json
Expand Up @@ -112,6 +112,6 @@
"package-recompile": "tsup && publint ."
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts-yarn3/package.json
Expand Up @@ -169,6 +169,6 @@
"package-clean": "echo Not cleaning..."
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/ts-scripts/package.json
Expand Up @@ -101,6 +101,6 @@
"package-compile": "tsup && publint"
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom-jest/package.json
Expand Up @@ -40,6 +40,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-dom/package.json
Expand Up @@ -35,6 +35,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-jest/package.json
Expand Up @@ -44,6 +44,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig-react/package.json
Expand Up @@ -39,6 +39,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Expand Up @@ -32,6 +32,6 @@
"url": "https://github.com/xylabs/config.git"
},
"sideEffects": false,
"version": "3.3.2",
"version": "3.3.3",
"type": "commonjs"
}

0 comments on commit abb3052

Please sign in to comment.