🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@demosjarco/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@demosjarco/eslint-config

[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/demosjarco/eslint-config/badge)](https://securityscorecards.dev/viewer/?uri=github.com/demosjarco/eslint-config)[![Socket Badge](https://socket.dev/api/badge/npm/package/@demosja

1.0.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

OpenSSF ScorecardSocket Badge

@demosjarco/eslint-config

My personal TypeScript ESLint and ESLint config (new flat config only).

[!NOTE] For old eslint plugins (non flat config format) used, I automatically convert them to flat config style

Includes

Usage

Install:

$ npm i -D @demosjarco/eslint-config

Edit eslint.config.mjs:

import configNameGoesHere from '@demosjarco/eslint-config';
// or
import configNameGoesHere from '@demosjarco/eslint-config/drizzle';
// or
import configNameGoesHere from '@demosjarco/eslint-config/qwik';

export default tseslint.config({
	// ...
	extends: [configNameGoesHere],
});

Footnotes

  • Uses separate config that already includes base config 2

  • Import from @demosjarco/eslint-config/drizzle

  • Import from @demosjarco/eslint-config/qwik

FAQs

Package last updated on 29 Aug 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