Socket
Socket
Sign inDemoInstall

@aoeu/eslint-config

Package Overview
Dependencies
472
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @aoeu/eslint-config

Custom ESLint configuration for The Art of Education University


Version published
Weekly downloads
7
decreased by-46.15%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@aoeu/eslint-config

This package provides an extensible shared configuration for ESLint that supports The Art of Education University's JavaScript coding standards.

Installation

yarn add -D eslint @aoeu/eslint-config @babel/eslint-plugin eslint-plugin-import eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-mdx eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-testcafe

Or, with npm:

npm install -D eslint @aoeu/eslint-config @babel/eslint-plugin eslint-plugin-import eslint-plugin-jest eslint-plugin-jsx-a11y eslint-plugin-mdx eslint-plugin-react eslint-plugin-react-hooks eslint-plugin-testcafe

Usage

Create an ESLint configuration file in your project. For our example below, we will use the .eslintrc.js format.

// .eslintrc.js
module.exports = {
  extends: [
    "@aoeu/eslint-config",
    "@aoeu/eslint-config/react",
    "@aoeu/eslint-config/testing"
  ]
}

FAQs

Last updated on 23 Aug 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc