mirror of
http://88.130.71.182:3000/BlitTech/contexta_mb.git
synced 2026-06-13 08:36:40 +00:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|