mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-16 20:39:24 +00:00
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
tabWidth: 4,
|
|
semi: false,
|
|
singleQuote: true,
|
|
endOfLine: 'auto',
|
|
}
|