New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gregoralbrecht/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gregoralbrecht/eslint-config - npm Package Compare versions

Comparing version 0.0.0-development to 1.1.1

8

package.json
{
"name": "@gregoralbrecht/eslint-config",
"version": "0.0.0-development",
"version": "1.1.1",
"description": "Personal ESLint config",

@@ -9,2 +9,8 @@ "main": "index.js",

"license": "MIT",
"keywords": [
"eslint",
"eslintconfig",
"react",
"jsx"
],
"eslintConfig": {

@@ -11,0 +17,0 @@ "extends": "./index.js"

# @gregoralbrecht/eslint-config
A simple ESLint configuration for React projects.
## Installation
Install using `yarn`:
```sh
yarn add -D eslint prettier @gregoralbrecht/eslint-config
```
Then extend our ESLint config `.eslintrc.js`:
```js
module.exports = {
extends: ["@gregoralbrecht/eslint-config"],
};
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc