npm(eslint-config): bump 0.0.7
Summary: Bump globals to 15.8.0 (skipping 15.7.0) Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Not really? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D530
This commit is contained in:
parent
4f3701ae2b
commit
712257d20f
2 changed files with 7 additions and 1 deletions
|
@ -10,6 +10,12 @@ # `@revi/eslint-config` changelog
|
||||||
- minor: When the plugin is added.
|
- minor: When the plugin is added.
|
||||||
- patch: When the rule is modified (without plugin addition/removal).
|
- patch: When the rule is modified (without plugin addition/removal).
|
||||||
|
|
||||||
|
## v0.0.7
|
||||||
|
|
||||||
|
Date: 2024-07-06 (KST)
|
||||||
|
|
||||||
|
- Update `globals` to `15.8.0`.
|
||||||
|
|
||||||
## v0.0.6 (2024-07-02)
|
## v0.0.6 (2024-07-02)
|
||||||
|
|
||||||
- Update `eslint` and `@eslint/js` to `9.6.0`.
|
- Update `eslint` and `@eslint/js` to `9.6.0`.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://json.schemastore.org/package.json",
|
"$schema": "https://json.schemastore.org/package.json",
|
||||||
"name": "@revi/eslint-config",
|
"name": "@revi/eslint-config",
|
||||||
"version": "0.0.6",
|
"version": "0.0.7",
|
||||||
"description": "@revi's shared eslint config",
|
"description": "@revi's shared eslint config",
|
||||||
"main": "eslint.config.js",
|
"main": "eslint.config.js",
|
||||||
"types": "./types/index.d.ts",
|
"types": "./types/index.d.ts",
|
||||||
|
|
Loading…
Reference in a new issue