UNPKG

lint-to-the-future-eslint

Version:

`lint-to-the-future-eslint` is a plugin for [lint-to-the-future](https://github.com/mansona/lint-to-the-future) that is designed to integrate with [eslint](https://eslint.org/).

5 lines (4 loc) 209 B
export { default as ignoreAll } from './lib/ignore-all.js'; export { default as list } from './lib/list.js'; export { default as remove } from './lib/remove.js'; export const capabilities = ['filter-ignore'];