mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2024-11-23 16:44:59 +03:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
|
module.exports = {
|
||
|
semi: true,
|
||
|
trailingComma: 'all',
|
||
|
singleQuote: true,
|
||
|
printWidth: 120,
|
||
|
tabWidth: 2,
|
||
|
arrowParens: 'always',
|
||
|
};
|