This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/eslint.config.js
2023-07-11 19:05:50 -03:00

7 lines
160 B
JavaScript

import { defineConfig } from 'readable';
export default defineConfig({
strict: true,
tsconfig: '/home/work/Documents/Repositories/Readable/tsconfig.json'
})