JSPM

  • Created
  • Published
  • Downloads 119
  • Score
    100M100P100Q75017F
  • License GPL-2.0-or-later

required coding standard for JavaScript.

Package Exports

  • @wearerequired/eslint-config
  • @wearerequired/eslint-config/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@wearerequired/eslint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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