mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 15:25:57 +00:00
10 lines
140 B
JavaScript
10 lines
140 B
JavaScript
|
|
module.exports = {
|
|
semi: false,
|
|
printWidth: 100,
|
|
singleQuote: true,
|
|
trailingComma: "all",
|
|
tabWidth: 2,
|
|
bracketSpacing: true
|
|
};
|