Skip to content

Files

Latest commit

af2d61b · Apr 21, 2025

History

History

eslint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 24, 2024
Apr 24, 2024
Apr 24, 2024
Apr 21, 2025
Apr 24, 2024
May 22, 2024
May 22, 2024
May 22, 2024
Sep 1, 2024
Apr 21, 2025
Apr 24, 2024
Dec 27, 2024

@frsource/eslint-config

ESLint configuration files used across the FRSOURCE organization.

Note: this package aims to provide shared configuration for specific languages/frameworks - it does not necesarily setup globals that are specific to your enviroment. Always remember to add those using ESLint documentation.

Usage

typescript

// eslint.config.mjs

export { typescript as default } from '@frsource/eslint-config';

javascript

// eslint.config.mjs

export { javascript as default } from '@frsource/eslint-config';