Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 517 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 517 Bytes

eslint-config

A repository for JavaScript linting rules that have been derived from best practices.

The rules index.js file

The rules for our JS linting are defined in index.js.

Installation

npm i --save-dev @godaddy-wordpress/eslint-config

Usage

Create a .eslintrc.js file in the root of your project and extend the config file:

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

How to deploy

npm version minor git push git push --tags npm publish