ESLint shareable configuration for Quantum TypeScript projects.
npm install @quantum-sec/eslint-config-typescript> [!IMPORTANT]
> This repo is deprecated in favor of https://github.com/cncsc/eslint-config
>
> All repos that use ESLint for Typescript should instead use @cncsc/eslint-config instead
>
> Follow the instructions in the readme
This repository contains the standard ESLint shareable config for Quantum TypeScript projects.
You can reference this config by installing the NPM package in your project:
``bash`
npm install --save-dev @quantum-sec/eslint-config-typescript
Then replace the contents of your .eslintrc file with:
`json`
{
"extends": "@quantum-sec/eslint-config-typescript"
}
You can overwrite settings defined in this configuration by specifying them in your project's .eslintrc`.