https://github.com/godaddy-wordpress/eslint-config
A repository for ESLint configs
https://github.com/godaddy-wordpress/eslint-config
Last synced: over 1 year ago
JSON representation
A repository for ESLint configs
- Host: GitHub
- URL: https://github.com/godaddy-wordpress/eslint-config
- Owner: godaddy-wordpress
- Created: 2021-10-15T16:41:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-30T17:52:39.000Z (almost 3 years ago)
- Last Synced: 2025-02-21T11:17:15.054Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@godaddy-wordpress/eslint-config
- Size: 273 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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:
``` js
module.exports = {
extends: ['@godaddy-wordpress/eslint-config'],
}
```
## How to deploy
npm version minor
git push
git push --tags
npm publish