@brightlayer-ui/prettier-config
Version:
Prettier config for Brightlayer UI
14 lines (13 loc) • 392 B
JavaScript
/**
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',
};