new mobile project
This commit is contained in:
7
agent-mobile/artimobile/.prettierrc.js
Normal file
7
agent-mobile/artimobile/.prettierrc.js
Normal file
@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
arrowParens: 'avoid',
|
||||
bracketSameLine: true,
|
||||
bracketSpacing: false,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
};
|
Reference in New Issue
Block a user