mirror of
https://github.com/ulfgebhardt/poc_federation_dht.git
synced 2025-12-12 17:55:49 +00:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = {
|
|
semi: false,
|
|
printWidth: 100,
|
|
singleQuote: true,
|
|
trailingComma: "all",
|
|
tabWidth: 2,
|
|
bracketSpacing: true,
|
|
};
|