mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
8 lines
114 B
JavaScript
8 lines
114 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
printWidth: 80,
|
|
tabWidth: 2,
|
|
};
|