UNPKG

@bubkoo/eslint-config

Version:

Shared eslint config for my projects

15 lines (13 loc) 252 B
import pluginJest from 'eslint-plugin-jest' const name = 'eslint-plugin-jest/recommended' const config = pluginJest.configs['flat/recommended'] export default [ { ...config, name, }, { name: `${name}/override`, rules: {}, }, ]