mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Install Prettier via package.json (#1170)
* 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
This commit is contained in:
parent
1e8fa3ac7c
commit
3054e0f730
3 changed files with 45 additions and 7 deletions
7
package.json
Normal file
7
package.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "datasette",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"prettier": "^2.2.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue