@quantum-sec/eslint-config-typescript
v2.1.0
Published
ESLint shareable configuration for Quantum TypeScript projects.
Downloads
138
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-configinsteadFollow 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-typescriptThen 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.
