@quantum-sec/eslint-config-typescript
v2.1.0
Published
ESLint shareable configuration for Quantum TypeScript projects.
Downloads
98
Readme
ESLint TypeScript Shareable Config (DEPRECATED)
[!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
insteadFollow the instructions in the readme
This repository contains the standard ESLint shareable config for Quantum TypeScript projects.
Referencing this Configuration
You can reference this config by installing the NPM package in your project:
npm install --save-dev @quantum-sec/eslint-config-typescript
Then replace the contents of your .eslintrc
file with:
{
"extends": "@quantum-sec/eslint-config-typescript"
}
You can overwrite settings defined in this configuration by specifying them in your project's .eslintrc
.