v1.19.25
[etcher.git] / .prettierrc.js
blob1f1c368cf137a637a31d8f09c8880428bd7e556f
1 const fs = require("fs");
2 const path = require("path");
4 module.exports = JSON.parse(
5 fs.readFileSync(path.join(__dirname, "node_modules", "@balena", "lint", "config", ".prettierrc"), "utf8"),
6 );