0.7.0 • Published 8 months ago

@godaddy-wordpress/eslint-config v0.7.0

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
8 months ago

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

0.7.0

8 months ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago