5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
// Keeping this file to prevent applying the global monorepo config for now
|
|
module.exports = {
|
|
trailingComma: "es5",
|
|
};
|