@anishghosh103/mongoose-transactions
Version:
Atomicity and Transactions for mongoose
12 lines (10 loc) • 318 B
JavaScript
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,
]