Skip to content

Commit

Permalink
docs: add changeset for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jun 20, 2023
1 parent da6aed2 commit 93a4ce0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/old-cooks-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@1stg/markuplint-config': patch
---

chore: disable `use-list` rule
8 changes: 8 additions & 0 deletions .changeset/proud-files-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@1stg/app-config': major
'@1stg/common-config': major
'@1stg/eslint-config': major
'@1stg/lib-config': major
---

chore: bump eslint plugins
2 changes: 1 addition & 1 deletion tests/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'node:fs'
import path from 'node:path'
import { promisify } from 'node:util'

promisify(fs.readFile())
promisify(fs.readFile)

class Basic {}

Expand Down
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
include: ['tests/**/*.spec.js', 'tests/**/*.spec.ts'],
coverage: {
provider: 'istanbul',
reporter: ['lcov', 'json'],
Expand Down

0 comments on commit 93a4ce0

Please sign in to comment.