mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
7 lines
123 B
JavaScript
Executable file
7 lines
123 B
JavaScript
Executable file
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'none',
|
|
arrowParens: 'avoid',
|
|
printWidth: 80,
|
|
semi: false
|
|
}
|