mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
6 lines
99 B
JavaScript
Executable file
6 lines
99 B
JavaScript
Executable file
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'none',
|
|
printWidth: 80,
|
|
semi: false
|
|
}
|