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
Guz013 07ec75d068 feat: basic rules for javascript and typescript
Created/configured the basic rules, extending eslint and
typescript-eslint recommended rules. Currently these rules are mostly
mimicking [antfu's config](https://github.com/antfu/eslint-config)
2023-07-13 16:06:04 -03:00

7 lines
162 B
JavaScript

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