UNPKG

@anishghosh103/mongoose-transactions

Version:
12 lines (10 loc) 318 B
import globals from 'globals' import pluginJs from '@eslint/js' import tseslint from 'typescript-eslint' export default [ { files: ['**/*.{ts}'] }, { ignores: ['dist/*', '*.js'] }, { languageOptions: { globals: globals.browser } }, pluginJs.configs.recommended, ...tseslint.configs.recommended, ]