UNPKG

es-entity

Version:

ORM framework for Node js based on Ecmascript 6 and Typescript.

6 lines (4 loc) 232 B
import pluginJs from '@eslint/js'; import globals from 'globals'; import tseslint from 'typescript-eslint'; export default [{ languageOptions: { globals: globals.node } }, pluginJs.configs.recommended, ...tseslint.configs.strict];