mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
module.exports = {
|
|
semi: false,
|
|
singleQuote: true,
|
|
trailingComma: 'none'
|
|
}
|