You've already forked pauljanseneu
Minor cleanup pass.
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m28s
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m28s
- Run prettier over all HTML. - Combine jquery and jquery-migrate scripts - Remove unused WP emoji code. - Remove unused WP comment script. - Remove unused WP embed script. - Add Umami analytics (self-hosted, privacy friendly analytics)
This commit is contained in:
7
.prettierrc.json
Normal file
7
.prettierrc.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"printWidth": 100,
|
||||
"tabWidth": 2,
|
||||
"useTabs": true,
|
||||
"singleQuote": false,
|
||||
"trailingComma": "es5"
|
||||
}
|
||||
Reference in New Issue
Block a user