UNPKG

@fisker/eslint-config

Version:

fisker's Shareable ESLint Configuration

13 lines (11 loc) 321 B
import eslintPluginEsX from 'eslint-plugin-es-x' export default [ { plugins: {'es-x': eslintPluginEsX}, rules: { // Lookbehind assertions cannot be transpiled // https://github.com/babel/babel/issues/11086#issuecomment-581157679 'es-x/no-regexp-lookbehind-assertions': 'error', }, }, ]