New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@dume/linting

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dume/linting

Linting configurations for my projects

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

@dume/linting

Shared linting configurations for my projects.

Installation

pnpm add -D @dume/linting

Usage

ESLint

Create an eslint.config.mjs file in your project root:

import eslintConfig from '@dume/linting/eslint';
export default eslintConfig;

Prettier

Create a prettier.config.mjs file in your project root:

import prettierConfig from '@dume/linting/prettier';
export default prettierConfig;

Stylelint

Create a stylelint.config.mjs file in your project root:

export default {
  extends: '@dume/linting/stylelint',
};

Keywords

linting

FAQs

Package last updated on 26 Jan 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