Skip to content

Latest commit

 

History

History

eslint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

required JavaScript Coding Standard

required coding standard for JavaScript, based on the rules provided by @wordpress/eslint-plugin.

Installation

This package is an ESLint shareable configuration and requires eslint and @wordpress/eslint-plugin to be installed. To install this config and the peerDependencies run:

npx install-peerdeps --dev @wearerequired/eslint-config@latest

Usage

To opt-in to the default configuration, extend your own project's .eslintrc.js file:

module.exports = {
	extends: [ '@wearerequired/eslint-config' ],
};

a required open source product - let's get in touch