mirror of
https://github.com/SrIzan10/hc-site.git
synced 2026-05-01 10:45:23 +00:00
8 lines
123 B
JavaScript
Executable File
8 lines
123 B
JavaScript
Executable File
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'none',
|
|
arrowParens: 'avoid',
|
|
printWidth: 80,
|
|
semi: false
|
|
}
|