UNPKG

eslint-config-prettier-standard

Version:

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

5 lines (4 loc) 70 B
module.exports = { plugins: ['prettier'], extends: ['standard'] }