mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:38:21 +00:00
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
module.exports = {
|
|
"trailingComma": "es5",
|
|
"arrowParens": "avoid",
|
|
singleQuote: true,
|
|
tabWidth: 2,
|
|
printWidth: 120
|
|
};
|