Skip to content

Commit cf9c358

Browse files
authored
fix(eslint-config): enable curly correctly due to config-prettier (#325)
1 parent da6a02f commit cf9c358

File tree

38 files changed

+431
-355
lines changed

38 files changed

+431
-355
lines changed

.changeset/breezy-ants-thank.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@1stg/tsconfig": patch
3+
---
4+
5+
fix(tsconfig): disable `verbatimModuleSyntax` for `commonjs`

.changeset/lemon-beds-explain.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"@1stg/app-config": patch
3+
"@1stg/babel-preset": patch
4+
"@1stg/browserslist-config": patch
5+
"@1stg/commitlint-config": patch
6+
"@1stg/common-config": patch
7+
"@1stg/config": patch
8+
"@1stg/eslint-config": patch
9+
"@1stg/lint-staged": patch
10+
"@1stg/markuplint-config": patch
11+
"@1stg/postcss-config": patch
12+
"@1stg/prettier-config": patch
13+
"@1stg/remark-preset": patch
14+
"@1stg/simple-git-hooks": patch
15+
---
16+
17+
fix(eslint-config): enable `curly` correctly due to `config-prettier`

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Install dependencies
2525
run: yarn --immutable
2626

27-
- run: yarn dlx pkg-pr-new publish './packages/*'
27+
- run: yarn dlx pkg-pr-new publish --compact './packages/*'

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @1stG/configs
22

3-
[![GitHub Actions](https://github.com/1stg/configs/workflows/CI/badge.svg)](https://github.com/1stG/configs/actions/workflows/ci.yml)
4-
[![GitHub release](https://img.shields.io/github/release/1stg/configs)](https://github.com/1stg/configs/releases)
3+
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/1stG/configs/ci.yml?branch=master)](https://github.com/1stG/configs/actions/workflows/ci.yml?query=branch%3Amaster)
4+
[![GitHub release](https://img.shields.io/github/release/1stG/configs)](https://github.com/1stG/configs/releases)
55
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2F1stG%2Fconfigs%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
66
[![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/1stG/configs)](https://coderabbit.ai)
77

@@ -35,6 +35,6 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
3535

3636
[MIT][] © [JounQin][]@[1stG.me][]
3737

38-
[1stg.me]: https://www.1stg.me
39-
[jounqin]: https://GitHub.com/JounQin
40-
[mit]: http://opensource.org/licenses/MIT
38+
[1stG.me]: https://www.1stG.me
39+
[JounQin]: https://GitHub.com/JounQin
40+
[MIT]: http://opensource.org/licenses/MIT

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"version": "changeset version && yarn --no-immutable"
2525
},
2626
"devDependencies": {
27-
"@angular/compiler": "^19.2.4",
28-
"@angular/compiler-cli": "^19.2.4",
29-
"@angular/core": "^19.2.4",
27+
"@angular/compiler": "^19.2.5",
28+
"@angular/compiler-cli": "^19.2.5",
29+
"@angular/core": "^19.2.5",
3030
"@changesets/changelog-github": "^0.5.1",
3131
"@changesets/cli": "^2.28.1",
3232
"@commitlint/cli": "^19.8.0",
3333
"@types/babel__core": "^7.20.5",
3434
"@types/bun": "^1.2.8",
3535
"@types/jest": "^29.5.14",
36-
"@types/node": "^22.13.14",
37-
"@types/react": "^19.0.12",
36+
"@types/node": "^22.14.0",
37+
"@types/react": "^19.1.0",
3838
"@types/unist": "^3.0.3",
3939
"@unts/patch-package": "^8.1.1",
4040
"@vitest/coverage-istanbul": "^3.1.1",
@@ -59,7 +59,8 @@
5959
},
6060
"resolutions": {
6161
"@babel/core": "^7.26.10",
62-
"@typescript-eslint/type-utils": "^8.29.0"
62+
"@typescript-eslint/type-utils": "^8.29.0",
63+
"prettier": "^3.5.3"
6364
},
6465
"typeCoverage": {
6566
"atLeast": 100,

packages/app-config/README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
Personal but Shareable App Configuration for all 1stG.me projects
44

5+
[![Sponsors](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
6+
57
## Sponsors
68

7-
| 1stG | RxTS | UnTS |
8-
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
9-
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
9+
| 1stG | RxTS | UnTS |
10+
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
11+
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
1012

1113
## Backers
1214

13-
| 1stG | RxTS | UnTS |
14-
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
15-
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
15+
| 1stG | RxTS | UnTS |
16+
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
17+
| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
1618

1719
## Changelog
1820

@@ -22,6 +24,6 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
2224

2325
[MIT][] © [JounQin][]@[1stG.me][]
2426

25-
[1stg.me]: https://www.1stg.me
26-
[jounqin]: https://GitHub.com/JounQin
27-
[mit]: http://opensource.org/licenses/MIT
27+
[1stG.me]: https://www.1stG.me
28+
[JounQin]: https://github.com/JounQin
29+
[MIT]: http://opensource.org/licenses/MIT

packages/app-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": "https://github.com/1stG/configs.git",
66
"homepage": "https://github.com/1stG/configs/tree/master/packages/app-config",
77
"author": "JounQin <[email protected]> (https://www.1stG.me)",
8-
"funding": "https://www.patreon.com/1stG",
8+
"funding": "https://opencollective.com/configs",
99
"license": "MIT",
1010
"engines": {
1111
"node": ">=18.18"

packages/babel-preset/README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
Personal but Shareable Babel Preset for all 1stG.me projects
44

5+
[![Sponsors](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
6+
57
## Sponsors
68

7-
| 1stG | RxTS | UnTS |
8-
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
9-
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
9+
| 1stG | RxTS | UnTS |
10+
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
11+
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
1012

1113
## Backers
1214

13-
| 1stG | RxTS | UnTS |
14-
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
15-
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
15+
| 1stG | RxTS | UnTS |
16+
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
17+
| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
1618

1719
## Changelog
1820

@@ -22,6 +24,6 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
2224

2325
[MIT][] © [JounQin][]@[1stG.me][]
2426

25-
[1stg.me]: https://www.1stg.me
26-
[jounqin]: https://GitHub.com/JounQin
27-
[mit]: http://opensource.org/licenses/MIT
27+
[1stG.me]: https://www.1stG.me
28+
[JounQin]: https://github.com/JounQin
29+
[MIT]: http://opensource.org/licenses/MIT

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Personal but Shareable Babel Preset for all 1stG.me projects",
66
"repository": "https://github.com/1stG/configs.git",
77
"author": "JounQin <[email protected]> (https://www.1stG.me)",
8-
"funding": "https://www.patreon.com/1stG",
8+
"funding": "https://opencollective.com/configs",
99
"license": "MIT",
1010
"engines": {
1111
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"

packages/browserslist-config/README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
Personal but Shareable Browserslist Configuration for all 1stG.me projects
44

5+
[![Sponsors](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
6+
57
## Sponsors
68

7-
| 1stG | RxTS | UnTS |
8-
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
9-
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
9+
| 1stG | RxTS | UnTS |
10+
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
11+
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
1012

1113
## Backers
1214

13-
| 1stG | RxTS | UnTS |
14-
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
15-
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
15+
| 1stG | RxTS | UnTS |
16+
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
17+
| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
1618

1719
## Changelog
1820

@@ -22,6 +24,6 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
2224

2325
[MIT][] © [JounQin][]@[1stG.me][]
2426

25-
[1stg.me]: https://www.1stg.me
26-
[jounqin]: https://GitHub.com/JounQin
27-
[mit]: http://opensource.org/licenses/MIT
27+
[1stG.me]: https://www.1stG.me
28+
[JounQin]: https://github.com/JounQin
29+
[MIT]: http://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)