8 строки
134 B
JavaScript
8 строки
134 B
JavaScript
|
const options = {
|
||
|
singleQuote: true,
|
||
|
tabWidth: 4,
|
||
|
trailingComma: 'all',
|
||
|
printWidth: 120,
|
||
|
};
|
||
|
|
||
|
module.exports = options;
|