Skip to content

BRIXTOL/eslint-config-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@brixtol/eslint-config-typescript

This package includes the shareable ESLint configuration consumed by Brixtol Textiles on TypeScript projects.

Install

pnpm

pnpm i @brixtol/eslint-config-typescript --save-dev

This project is not available on the NPM registry

Usage

Extend the configuration within package.json

{
  "eslintConfig": {
    "ignorePatterns": "*.html",
    "extends": ["@brixtol/eslint-config-typescript"]
  }
}

Related

License

MIT


We open source!

About

⚙️ ESLint shareable configuration style guide for TypeScript projects used by us here at Brixtol Textiles

Topics

Resources

License

Stars

Watchers

Forks