Project initialised with AlgoKit CLI using template: https://github.com/algorandfoundation/algokit-fullstack-template.git
This commit is contained in:
10
projects/TokenizeRWATemplate-frontend/.prettierrc.cjs
Normal file
10
projects/TokenizeRWATemplate-frontend/.prettierrc.cjs
Normal file
@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
singleQuote: true,
|
||||
jsxSingleQuote: false,
|
||||
semi: false,
|
||||
tabWidth: 2,
|
||||
trailingComma: 'all',
|
||||
printWidth: 140,
|
||||
endOfLine: 'lf',
|
||||
arrowParens: 'always',
|
||||
}
|
||||
Reference in New Issue
Block a user