mirror of
https://github.com/m1ngsama/chat-bubbles-for-yt.git
synced 2025-12-24 10:51:21 +00:00
11 lines
188 B
JavaScript
11 lines
188 B
JavaScript
const options = {
|
|
arrowParens: 'avoid',
|
|
singleQuote: true,
|
|
bracketSpacing: true,
|
|
endOfLine: 'lf',
|
|
semi: false,
|
|
tabWidth: 2,
|
|
trailingComma: 'none'
|
|
}
|
|
|
|
module.exports = options
|