UNPKG

96 BJavaScriptView Raw
1module.exports = {
2 plugins: ['prettier'],
3 rules: {
4 'prettier/prettier': 'warn',
5 },
6};