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/).

10 lines (8 loc) 175 B
import globals from "globals"; import pluginJs from "@eslint/js"; export default [ { languageOptions: { globals: globals.node } }, pluginJs.configs.recommended, ];