UNPKG

shellmemory

Version:

A terminal command logger that records commands into SQLite

12 lines (10 loc) 238 B
// @ts-check import eslint from '@eslint/js'; import tseslint from 'typescript-eslint'; export default tseslint.config( eslint.configs.recommended, tseslint.configs.recommended, { ignores: ['dist/**', 'node_modules/**'] } );