Removed all Next.js files in preparation to move to Nuxt
This commit is contained in:
parent
ef9aadd68a
commit
42d960090e
32 changed files with 98 additions and 229 deletions
10
prettier.config.js
Normal file
10
prettier.config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
trailingComma: "es5",
|
||||
tabWidth: 4,
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
useTabs: true,
|
||||
jsxBracketSameLine: true,
|
||||
arrowParens: "avoid",
|
||||
insertPragma: false
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue