UNPKG

168 BJavaScriptView Raw
1module.exports = {
2 root: true,
3 plugins: ['prettier'],
4 extends: ['@webpack-contrib/eslint-config-webpack'],
5 rules: {
6 'prettier/prettier': ['error'],
7 },
8};