mirror of
https://github.com/alexgo-io/onekey-monorepo.git
synced 2026-05-01 05:02:02 +08:00
8 lines
166 B
JavaScript
8 lines
166 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
quoteProps: 'preserve', // let eslint fix quoteProps
|
|
// "printWidth": 120,
|
|
// "tabWidth": 8,
|
|
};
|