mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2026-04-27 03:01:42 +01:00
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
const config = {
|
|
singleQuote: false,
|
|
tabWidth: 4,
|
|
trailingComma: "all",
|
|
printWidth: 100,
|
|
};
|
|
|
|
export default config;
|