Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@washingtonpost/eslint-plugin-wpds

Package Overview
Dependencies
Maintainers
162
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@washingtonpost/eslint-plugin-wpds

WPDS lint rules

latest
Source
npmnpm
Version
2.14.0
Version published
Weekly downloads
109
-47.6%
Maintainers
162
Weekly downloads
 
Created
Source

ESLint Plugin

Docs

WPDS Linting rules

  • theme-colors - looks for colors properties in style objects that use hex values and suggests a design token replacement.

Installation

  • Install from npm
    npm i @washingtonpost/eslint-plugin-wpds/ --dev
    
  • Add plugin and set level of rules in eslint.rc
    module.exports = {
      ...
      plugins: [
        "@washingtonpost/wpds",
      ],
      ...
      rules: [
        "@washingtonpost/wpds/theme-colors": "warn",
      ]
    }
    

FAQs

Package last updated on 25 Mar 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