New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atomic-tools/eslint-config-atomic

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomic-tools/eslint-config-atomic

[![NPM](https://img.shields.io/npm/v/@atomic-tools/eslint-config-atomic.svg)](https://www.npmjs.com/package/@atomic-tools/eslint-config-atomic)

1.5.15
latest
Source
npm
Version published
Weekly downloads
7.6K
23.86%
Maintainers
5
Weekly downloads
 
Created
Source

eslint-config-atomic

NPM

Shared linting and prettier config used by the Atomic.io engineering team.

Installation

yarn add -ED @atomic-tools/eslint-config-atomic

in your .eslintrc file:

{
  "extends": ["@atomic-tools/atomic"]
}

To update this config

  • Install dependencies and update the shared config as needed
  • Commit and push changes

A new version is published automatically to npm. See .github/workflows/main.yml

FAQs

Package last updated on 10 Mar 2025

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