| /** | |
| * @type {import('prettier').Config} | |
| */ | |
| const config = { | |
| endOfLine: "lf", | |
| singleQuote: false, | |
| tabWidth: 2, | |
| trailingComma: "es5", | |
| printWidth: 100, | |
| arrowParens: "always", | |
| }; | |
| export default config; | |
| /** | |
| * @type {import('prettier').Config} | |
| */ | |
| const config = { | |
| endOfLine: "lf", | |
| singleQuote: false, | |
| tabWidth: 2, | |
| trailingComma: "es5", | |
| printWidth: 100, | |
| arrowParens: "always", | |
| }; | |
| export default config; | |