Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-yoast

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-yoast

ESLint configuration for Yoast projects

  • 5.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
638
increased by98.75%
Maintainers
3
Weekly downloads
 
Created
Source

ESLint

Yoast configuration for ESLint

Configuring Rules

  • 0 - turn the rule off
  • 1 - turn the rule on as a warning (doesn’t affect exit code)
  • 2 - turn the rule on as an error (exit code is 1 when triggered)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

5.0.1 - 2018-09-28

Changed

  • Changes no-console to a warning. This makes it more useful when using webpack dev server.

5.0 - 2018-09-24

Breaking changes
  • Use the JSX a11y recommended rules, only exception is label-has-for.
Changed

4.0 - 2018-09-07

Breaking changes
  • Changes all warnings added in 3.0 to errors.
  • Adds error for missing textdomain in __, _n, _x, _nx.
  • Adds errors and warnings for JSX a11y rules.

3.1 - 2018-08-28

Added
  • Adds warning when JSDoc is missing on all symbols.
  • Adds warnings for JSX that make sense for our codestyle.
  • Adds keyword-spacing rule as a warning.
  • Adds warning for no-shadow rule.
  • Adds warning for prefer-const rule.
Changed
  • Bumps ecmaVersion up to 2018 so the parser doesn't error when it encounters newer syntax.

Keywords

FAQs

Package last updated on 28 Sep 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc