UNPKG

eslint-config-prettier-standard

Version:

An ESLint shareable config for projects using 'Prettier' and 'JavaScript Standard Style' as ESLint rules.

7 lines (6 loc) 95 B
module.exports = { extends: ['./base.js'], rules: { 'prettier/prettier': 'error' } }