🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@brixtol/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brixtol/eslint-config

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

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

@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!

Keywords

eslint

FAQs

Package last updated on 31 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts