Skip to content

Commit 9866d52

Browse files
authored
chore: Update @eslint/js and @eslint/markdown versions (#54)
1 parent fc3fc7a commit 9866d52

File tree

3 files changed

+38
-22
lines changed

3 files changed

+38
-22
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install and set up the project, follow these steps:
1717

1818
1. Ensure you have Node.js v20 installed. You can download it from the [official Node.js website](https://nodejs.org/).
1919
2. Clone the repository to your local machine.
20-
3. Install the project dependencies using npm with the `--force` flag.
20+
3. Install the project dependencies using npm - `npm install`.
2121

2222
This will install all the necessary packages and dependencies required to run the project.
2323

@@ -29,12 +29,6 @@ Run the development server with `npm run start`.
2929

3030
Open [http://localhost:5173](http://localhost:5173) with your browser to see the result.
3131

32-
## Features
33-
34-
- This app is built with React, a popular JavaScript library for building user interfaces.
35-
- It uses create-react-app, a tool for scaffolding React apps.
36-
- The app is configured to use ESLint, a tool for linting JavaScript code.
37-
3832
## Scripts
3933

4034
- `npm run start`: Starts the development server.

package-lock.json

Lines changed: 35 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@codemirror/lang-json": "^6.0.1",
3636
"@codemirror/lang-markdown": "^6.2.5",
3737
"@eslint/js": "^9.9.0",
38-
"@eslint/json": "^0.4.0",
39-
"@eslint/markdown": "^6.0.0",
38+
"@eslint/json": "^0.4.1",
39+
"@eslint/markdown": "^6.1.1",
4040
"@radix-ui/react-accordion": "^1.2.0",
4141
"@radix-ui/react-dialog": "^1.1.1",
4242
"@radix-ui/react-dropdown-menu": "^2.1.1",

0 commit comments

Comments
 (0)