mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Reformat JavaScript files with Prettier (#2517)
* Reformat JavaScript files with Prettier Ran `npm run fix` to apply consistent code formatting across JavaScript files using the project's Prettier configuration (2 spaces, no tabs). Files reformatted: - datasette/static/datasette-manager.js - datasette/static/json-format-highlight-1.0.1.js - datasette/static/table.js 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * Upgrade Prettier from 2.2.1 to 3.6.2 Updated package.json and package-lock.json to use Prettier 3.6.2, ensuring consistent formatting between local development and CI. The existing JavaScript files are already formatted with Prettier 3.x style from the previous commit. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ec38ad3768
commit
7ce723edcf
5 changed files with 52 additions and 44 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "datasette",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"prettier": "^2.2.1"
|
||||
"prettier": "^3.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"fix": "npm run prettier -- --write",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue