UNPKG

@scottrudiger/eslint-config

Version:

An eslint config with my subjective tastes, built atop eslint-config-airbnb-base.

5 lines (4 loc) 100 B
module.exports = { 'import/no-extraneous-dependencies': ['error'], 'import/no-cycle': 'off', };