Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@brixtol/eslint-config

brixtol15MIT2.0.0TypeScript support: included

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

eslint, eslintconfig, config, brixtol, styleguide

readme

@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: {}
  }
];

License

MIT


We open source!

changelog

CHANGELOG

v1.1.0 - 23/08/2021

  • Added Typescript as peer

v1.0.0 - 23/08/2021

  • Initial Release