UNPKG

@architect/eslint-config

Version:

Architect standard ESLint configuration

8 lines (6 loc) 220 B
// Adapted with gratitude from eslint-plugin-filenames (https://github.com/selaux/eslint-plugin-filenames) and used under an MIT license module.exports = { rules: { 'match-regex': require('./match-regex'), }, }