UNPKG

eslint-config-es

Version:

eslint-config-es contains a strict ESLint configuration for ES2015+ and TypeScript.

11 lines (8 loc) 211 B
import { withPlugin } from '../betterRules'; const extended = withPlugin('extended', { // eslint-disable-next-line extended/consistent-err-names consistentErrNames: [ 'prefix' ] }); export { extended };