You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@actcoding/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actcoding/eslint-config

Shared eslint config.

0.0.9
latest
Source
npm
Version published
Weekly downloads
33
-26.67%
Maintainers
0
Weekly downloads
 
Created
Source

NPM Version NPM Last Update

@actcoding/eslint-config

An opinionated eslint flat config.

This package provides multiple, opinionated eslint configs we use in our projects.

Install

npm install -D @actcoding/eslint-config

Usage

eslint.config.js

import { configActDefault } from '@actcoding/eslint-config'

/** @type {import('eslint').Linter.Config[]} */
const config = [
    ...configActDefault,
    {
        ignores: [
            '*.d.ts',
        ]
    }
]

export default config

FAQs

Package last updated on 07 Dec 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