Removed all Next.js files in preparation to move to Nuxt

This commit is contained in:
Louis Hollingworth 2022-04-26 18:35:54 +01:00
parent ef9aadd68a
commit 42d960090e
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
32 changed files with 98 additions and 229 deletions

10
prettier.config.js Normal file
View file

@ -0,0 +1,10 @@
module.exports = {
trailingComma: "es5",
tabWidth: 4,
semi: true,
singleQuote: true,
useTabs: true,
jsxBracketSameLine: true,
arrowParens: "avoid",
insertPragma: false
};