UNPKG

eslint-config-prettier-standard

Version:

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

8 lines (6 loc) 169 B
const endConfig = require('../end') const extendsConfig = ['./base.js'].concat(endConfig.extends) // Legacy Configuration module.exports = { extends: extendsConfig }