Skip to content

Commit

Permalink
chore: update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed May 8, 2024
1 parent c450749 commit 9495586
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
contains(fromJson(needs.release.outputs.paths_released), 'packages/iso-web') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/iso-kv') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/iso-websocket') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/iso-config')
contains(fromJson(needs.release.outputs.paths_released), 'packages/configs')
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["iso-config/biome"]
"extends": ["@hugomrdias/configs/biome"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"depcheck": "^1.4.7",
"iso-config": "workspace:^",
"@hugomrdias/configs": "workspace:^",
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"simple-git-hooks": "^2.11.0",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "iso-config",
"name": "@hugomrdias/configs",
"type": "module",
"version": "0.1.6",
"version": "0.0.1",
"description": "JS tooling configs",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
"repository": {
"url": "hugomrdias/iso-repo",
"directory": "packages/iso-config"
"directory": "packages/configs"
},
"keywords": [
"biome",
Expand Down
10 changes: 5 additions & 5 deletions packages/iso-config/readme.md → packages/configs/readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# iso-config [![NPM Version](https://img.shields.io/npm/v/iso-config.svg)](https://www.npmjs.com/package/iso-config) [![License](https://img.shields.io/npm/l/iso-config.svg)](https://github.com/hugomrdias/iso-repo/blob/main/license) [![iso-config](https://github.com/hugomrdias/iso-repo/actions/workflows/iso-config.yml/badge.svg)](https://github.com/hugomrdias/iso-repo/actions/workflows/iso-config.yml)
# @hugomrdias/configs [![NPM Version](https://img.shields.io/npm/v/@hugomrdias/configs.svg)](https://www.npmjs.com/package/@hugomrdias/configs) [![License](https://img.shields.io/npm/l/@hugomrdias/configs.svg)](https://github.com/hugomrdias/iso-repo/blob/main/license) [![@hugomrdias/configs](https://github.com/hugomrdias/iso-repo/actions/workflows/@hugomrdias/configs.yml/badge.svg)](https://github.com/hugomrdias/iso-repo/actions/workflows/@hugomrdias/configs.yml)

> JS tooling config
## Install

```bash
pnpm install iso-config
pnpm install @hugomrdias/configs
```

## Usage
Expand Down Expand Up @@ -33,7 +33,7 @@ pnpm install iso-config

```json
{
"extends": "iso-config/tsconfig",
"extends": "@hugomrdias/configs/tsconfig",
"compilerOptions": {
"outDir": "dist",
"emitDeclarationOnly": true
Expand All @@ -46,7 +46,7 @@ For typescript code bases:

```json
{
"extends": "iso-config/tsconfig",
"extends": "@hugomrdias/configs/tsconfig",
"compilerOptions": {
"outDir": "dist",
"module": "NodeNext",
Expand All @@ -56,7 +56,7 @@ For typescript code bases:
}
```

In monorepos you can install `iso-config` only in the root and extend the root `tsconfig.json` in the packages.
In monorepos you can install `@hugomrdias/configs` only in the root and extend the root `tsconfig.json` in the packages.

## License

Expand Down
File renamed without changes.
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "iso-config/tsconfig",
"extends": "@hugomrdias/configs/tsconfig",
"typedocOptions": {
"entryPointStrategy": "packages",
"entryPoints": [
Expand Down

0 comments on commit 9495586

Please sign in to comment.