Skip to content

⚙️ ESLint configuration style guide for TypeScript projects contained within the Brixtol Textiles mono/multi repo workspace.

License

Notifications You must be signed in to change notification settings

BRIXTOL/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@brixtol/eslint-config

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

Files

The shared configuration applies to the following files:

  • .js
  • .ts
  • .cjs
  • .mjs

Install

pnpm

pnpm add @brixtol/eslint-config --save-dev

Requires eslint as peer dependency.

Usage

This shared configuration uses the eslint flatConfig format as per v9 of eslint and requires a eslint.config.js file be included at the root of projects.

import shared from '@brixtol/eslint-config';

export default [
  ...shared,
  {
    ignores: [],
    rules: {}
  }
];

Related

License

MIT


We open source!

About

⚙️ ESLint configuration style guide for TypeScript projects contained within the Brixtol Textiles mono/multi repo workspace.

Topics

Resources

License

Stars

Watchers

Forks