no semicolons
This commit is contained in:
parent
320b777b99
commit
bf93638810
7 changed files with 528 additions and 134 deletions
12
package.json
12
package.json
|
@ -12,7 +12,7 @@
|
|||
"keywords": [],
|
||||
"author": "Joshua Seigler",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^3.1.0",
|
||||
"@11ty/eleventy-fetch": "^5.1.0",
|
||||
"@11ty/eleventy-plugin-rss": "^2.0.4",
|
||||
|
@ -31,5 +31,15 @@
|
|||
"markdown-it-prism": "^3.0.0",
|
||||
"pagefind": "^1.3.0",
|
||||
"vite-plugin-minify": "^2.1.0"
|
||||
},
|
||||
"prettier": {
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.{js,ts}",
|
||||
"options": {
|
||||
"semi": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue