feat: add typescript eslint
This commit is contained in:
@@ -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'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user