mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-04 03:36:22 +08:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
module.exports = {
|
|
arrowParens: 'always',
|
|
singleQuote: true,
|
|
jsxSingleQuote: true,
|
|
tabWidth: 2,
|
|
semi: true,
|
|
};
|