UNPKG

174 BJavaScriptView Raw
1// prettier doesn't support "extends" so we have to load it manually
2const fs = require('fs');
3
4module.exports = JSON.parse(fs.readFileSync('./config/.prettierrc', 'utf8'));