mirror of
https://github.com/tweenjs/tween.js.git
synced 2026-02-01 17:27:10 +00:00
10 lines
159 B
JavaScript
10 lines
159 B
JavaScript
module.exports = {
|
|
arrowParens: 'avoid',
|
|
bracketSpacing: false,
|
|
printWidth: 120,
|
|
semi: false,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
useTabs: true,
|
|
}
|