🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@feedic/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feedic/eslint-config

Shared ESLint config for my libraries

latest
Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
1.1K
-0.65%
Maintainers
1
Weekly downloads
 
Created
Source

@feedic/eslint-config

Shared ESLint flat-config baseline for my libraries.

Install

npm install --save-dev eslint @feedic/eslint-config

If you use TypeScript rules from @feedic/eslint-config/typescript, also install:

npm install --save-dev typescript-eslint

Usage

import feedicConfig from "@feedic/eslint-config";
import { commonTypeScriptRules } from "@feedic/eslint-config/typescript";

export default [
    ...feedicConfig,
    {
        files: ["**/*.{c,m,}ts"],
        rules: commonTypeScriptRules,
    },
];

Keywords

eslint

FAQs

Package last updated on 02 May 2026

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