Skip to content

Commit e6a487d

Browse files
authored
chore: update prettier and fix formatting issues (#115)
1 parent bbcbba1 commit e6a487d

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#### Prerequisites checklist
88

9-
- [ ] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md).
9+
- [ ] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md).
1010

1111
#### What is the purpose of this pull request?
1212

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ Open [http://localhost:5173](http://localhost:5173) with your browser to see the
2626

2727
## Scripts
2828

29-
- `npm run start`: Starts the development server.
30-
- `npm run build`: Builds the app for production.
29+
- `npm run start`: Starts the development server.
30+
- `npm run build`: Builds the app for production.
3131

3232
## Configuration
3333

34-
- The app is configured to use ESLint for linting JavaScript code, with its configuration stored in the `eslint.config.mjs` file.
35-
- The app is also configured to use Prettier for code formatting, with its configuration stored in the `.prettierrc` file.
34+
- The app is configured to use ESLint for linting JavaScript code, with its configuration stored in the `eslint.config.mjs` file.
35+
- The app is also configured to use Prettier for code formatting, with its configuration stored in the `.prettierrc` file.
3636

3737
## License
3838

3939
Apache 2.0
4040

4141
## Credits
4242

43-
- [AST Explorer](https://astexplorer.net) - the original AST visualization tool. We took great inspiration from AST explorer when creating this tool.
44-
- [escope Demo](http://mazurov.github.io/escope-demo/) - the original demo of the [escope](https://github.com/estools/escope) utility that [`eslint-scope`](https://github.com/eslint/js/tree/main/packages/eslint-scope) utility is based on.
43+
- [AST Explorer](https://astexplorer.net) - the original AST visualization tool. We took great inspiration from AST explorer when creating this tool.
44+
- [escope Demo](http://mazurov.github.io/escope-demo/) - the original demo of the [escope](https://github.com/estools/escope) utility that [`eslint-scope`](https://github.com/eslint/js/tree/main/packages/eslint-scope) utility is based on.
4545

4646
<!-- NOTE: This section is autogenerated. Do not manually edit.-->
4747
<!--sponsorsstart-->

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"lint-staged": "^15.2.9",
9393
"npm-run-all": "^4.1.5",
9494
"postcss": "^8",
95-
"prettier": "^3.3.3",
95+
"prettier": "^3.6.2",
9696
"react-resizable-panels": "^3.0.2",
9797
"tailwindcss": "^3.4.4",
9898
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)