UNPKG

@futagoza/eslint-config-node

Version:

Futago-za Ryuu's ESLint configurations for Node.js

13 lines (8 loc) 173 B
"use strict"; const { CreateNodeConfig } = require( "./internal" ); module.exports = CreateNodeConfig( { versions: { es: 2019, node: 12, }, } );