@quantum-sec/eslint-config-typescript

2.1.0 • Public • Published

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 instead

Follow 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.

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i @quantum-sec/eslint-config-typescript

    Weekly Downloads

    24

    Version

    2.1.0

    License

    SEE LICENSE IN LICENSE

    Unpacked Size

    14.7 kB

    Total Files

    4

    Last publish

    Collaborators

    • lukiffer
    • quantum-ci-bot