mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-08-28 22:40:13 -04:00
chore(release): 11.0.3 [skip ci]
## [11.0.3](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.2...v11.0.3) (2025-05-10) ### Bug Fixes * **deps:** update dependency eslint-config-prettier to v10.1.3 ([#235](https://github.com/scratchfoundation/eslint-config-scratch/issues/235)) ([5b6c16e
](5b6c16ee5f
))
This commit is contained in:
parent
5b6c16ee5f
commit
9b33cc7844
3 changed files with 10 additions and 3 deletions
|
@ -3,6 +3,13 @@
|
|||
All notable changes to this project will be documented in this file. See
|
||||
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [11.0.3](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.2...v11.0.3) (2025-05-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update dependency eslint-config-prettier to v10.1.3 ([#235](https://github.com/scratchfoundation/eslint-config-scratch/issues/235)) ([5b6c16e](https://github.com/scratchfoundation/eslint-config-scratch/commit/5b6c16ee5fe46b5285abe4cd99bc727e03bc19cd))
|
||||
|
||||
## [11.0.2](https://github.com/scratchfoundation/eslint-config-scratch/compare/v11.0.1...v11.0.2) (2025-05-09)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.2",
|
||||
"version": "11.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.2",
|
||||
"version": "11.0.3",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@babel/eslint-parser": "7.27.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "eslint-config-scratch",
|
||||
"version": "11.0.2",
|
||||
"version": "11.0.3",
|
||||
"description": "Shareable ESLint config for Scratch",
|
||||
"main": "./lib/index.mjs",
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue