7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
![]() |
module.exports = {
|
||
|
tabWidth: 2,
|
||
|
singleQuote: true,
|
||
|
printWidth: 120,
|
||
|
endOfLine: 'lf',
|
||
|
};
|
||
|
|