feat: add typescript eslint

This commit is contained in:
Guz013
2023-07-11 19:05:50 -03:00
parent c444ccbe1c
commit 487ab02c46
11 changed files with 322 additions and 158 deletions

View File

@@ -1,6 +1,6 @@
import readable from '@readable/core';
export default [
readable
]
import { defineConfig } from 'readable';
export default defineConfig({
strict: true,
tsconfig: '/home/work/Documents/Repositories/Readable/tsconfig.json'
})