balena-supervisor/.prettierrc.js
Felipe Lalanne e2f54e29fa Add prettierrc for editor compatibility
The tsserver lsp doesn't seem to work well with .editorconfig. Using
prettierrc will allow formatting to work correctly with editor plugins

This also updates editorconfig to work well with json

Change-type: patch
2024-01-25 15:04:33 -03:00

6 lines
135 B
JavaScript

const fs = require('fs');
module.exports = JSON.parse(
fs.readFileSync('./node_modules/@balena/lint/config/.prettierrc', 'utf8'),
);