Skip to content

Commit

Permalink
chore: add a prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
thezjy authored and tiensonqin committed Mar 16, 2021
1 parent 6eadb22 commit e7c6424
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .prettierrc.js
@@ -0,0 +1,15 @@
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/

'use strict'

module.exports = {
singleQuote: true,
trailingComma: 'es5',
semi: false,
}

0 comments on commit e7c6424

Please sign in to comment.