This commit is contained in:
Kieran Eglin 2024-08-07 15:27:15 -07:00
parent 2861d80827
commit 8f13d4661e
No known key found for this signature in database
GPG key ID: 193984967FCF432D
3 changed files with 4 additions and 8 deletions

View file

@ -6,11 +6,7 @@
"shutdownAction": "stopCompose",
"customizations": {
"vscode": {
"extensions": [
"phoenixframework.phoenix",
"JakeBecker.elixir-ls",
"esbenp.prettier-vscode"
]
"extensions": ["phoenixframework.phoenix", "JakeBecker.elixir-ls", "esbenp.prettier-vscode"]
}
}
}

View file

@ -1 +1 @@
../assets/vendor/
assets/vendor/

View file

@ -6,8 +6,8 @@
},
"scripts": {
"create-erd": "sqleton -o priv/repo/erd.png priv/repo/pinchflat_dev.db",
"lint:check": "prettier . --check --config=tooling/.prettierrc.js --ignore-path=tooling/.prettierignore --ignore-path=.gitignore",
"lint:fix": "prettier . --write --config=tooling/.prettierrc.js --ignore-path=tooling/.prettierignore --ignore-path=.gitignore"
"lint:check": "prettier . --check --config=.prettierrc.js --ignore-path=.prettierignore --ignore-path=.gitignore",
"lint:fix": "prettier . --write --config=.prettierrc.js --ignore-path=.prettierignore --ignore-path=.gitignore"
},
"private": true
}