UNPKG

@tophat/eslint-config

Version:

Top Hat's shareable eslint configuration.

11 lines (10 loc) 151 B
"use strict"; const config = { env: { browser: true, }, rules: { 'no-console': 'error', }, }; module.exports = config;