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-14 15:34:47 -03:00

10 lines
196 B
JavaScript

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