UNPKG

@ubertheme/base

Version:

UB PWA Base module handles the base components and functions for all PWA modules at Ubertheme.

11 lines (9 loc) 166 B
const config = { parser: 'babel-eslint', extends: ['@magento'], rules: { 'no-undef': 'off', 'no-useless-escape': 'off' } }; module.exports = config;