UNPKG

@tophat/eslint-config

Version:

Top Hat's shareable eslint configuration.

12 lines (11 loc) 248 B
"use strict"; const config = { extends: [ '@tophat/eslint-config/base', '@tophat/eslint-config/react', '@tophat/eslint-config/jest', '@tophat/eslint-config/web', ], rules: {}, }; module.exports = config;