Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aoeu/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aoeu/eslint-config - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "@aoeu/eslint-config",
"version": "0.2.0",
"version": "0.2.1",
"description": "Custom ESLint configuration for The Art of Education University",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,2 @@

# eslint-config-aoeu
# @aoeu/eslint-config

@@ -8,3 +8,3 @@ This package provides an extensible [shared configuration](https://eslint.org/docs/developer-guide/shareable-configs) for [ESLint](https://eslint.org/) that supports The Art of Education University's JavaScript coding standards.

```
yarn add -D eslint-config-aoeu
yarn add -D @aoeu/eslint-config
```

@@ -15,3 +15,3 @@

```
npm install -D eslint-config-aoeu
npm install -D @aoeu/eslint-config
```

@@ -27,7 +27,7 @@

extends: [
"aoeu",
"aoeu/react",
"aoeu/testing"
"@aoeu/eslint-config",
"@aoeu/eslint-config/react",
"@aoeu/eslint-config/testing"
]
}
```
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