@zextras/zapp-cli
Version:
CLI tool to build Zextras Apps and Themes
25 lines (23 loc) • 572 B
JavaScript
/*
* *** BEGIN LICENSE BLOCK *****
* Copyright (C) 2011-2020 Zextras
*
* The contents of this file are subject to the ZeXtras EULA;
* you may not use this file except in compliance with the EULA.
* You may obtain a copy of the EULA at
* http://www.zextras.com/zextras-eula.html
* *** END LICENSE BLOCK *****
*/
module.exports = {
printWidth: 100,
arrowParens: 'always',
semi: true,
tabWidth: 2,
singleQuote: true,
trailingComma: 'none',
useTabs: true,
quoteProps: 'as-needed',
jsxSingleQuote: false,
bracketSpacing: true,
jsxBracketSameLine: false
};