Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterodin/eslint-config-javascript
Personal configuration of eslint for JavaScript
https://github.com/masterodin/eslint-config-javascript
Last synced: 27 days ago
JSON representation
Personal configuration of eslint for JavaScript
- Host: GitHub
- URL: https://github.com/masterodin/eslint-config-javascript
- Owner: MasterOdin
- License: mit
- Created: 2020-05-30T14:36:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T10:59:15.000Z (over 1 year ago)
- Last Synced: 2024-09-14T01:52:56.937Z (about 2 months ago)
- Language: JavaScript
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @masterodin/eslint-config-javascript
[![npm (scoped)](https://img.shields.io/npm/v/@masterodin/eslint-config-javascript)](https://npmjs.com/package/@masterodin/eslint-config-javascript)
Shareable eslint config for javascript projects. This extends off of the `eslint:recommended` ruleset with a bunch of additional style stuff.
## Installation
npm install @masterodin/eslint-config-javascript
## Usage
Edit your `eslint` config file to then extend off of `@masterodin/eslint-config-javascript`. You do not need to include `eslint:recommended`.