mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-17 23:59:52 +00:00
12 lines
212 B
JavaScript
12 lines
212 B
JavaScript
export default {
|
|
trailingComma: "es5",
|
|
overrides: [
|
|
{
|
|
files: "*.globals.ts",
|
|
options: {
|
|
printWidth: 9999, // Effectively disables line wrapping for these files
|
|
},
|
|
},
|
|
],
|
|
};
|