UNPKG

@brightlayer-ui/prettier-config

Version:
14 lines (13 loc) 392 B
/** Copyright (c) 2021-present, Eaton All rights reserved. This code is licensed under the BSD-3 license found in the LICENSE file in the root directory of this source tree and at https://opensource.org/licenses/BSD-3-Clause. **/ module.exports = { semi: true, trailingComma: 'es5', singleQuote: true, printWidth: 120, tabWidth: 4, arrowParens: 'always', };