mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
* Error if Prettier isn't already installed * Temporarily run Prettier check on every commit * Install and run Prettier via package.json * Trigger another prettier check on CI
7 lines
98 B
JSON
7 lines
98 B
JSON
{
|
|
"name": "datasette",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"prettier": "^2.2.1"
|
|
}
|
|
}
|