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

@aquila-learning/eslint-config-react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aquila-learning/eslint-config-react

Aquila eslint config for React

1.1.0
latest
Version published
Weekly downloads
210
38.16%
Maintainers
2
Weekly downloads
 
Created

@aquila-learning/eslint-config-react

ESLint configuration for Aquila Learning projects using React. This should installed and used with @aquila-learning/eslint-config.

Installation

$ npm install @aquila-learning/eslint-config @aquila-learning/eslint-config-react -D
# or
$ yarn add @aquila-learning/eslint-config @aquila-learning/eslint-config-react -D

Setup

Add `.eslintrc.json file with the following contents

{
    "extends": [
        "@aquila-learning",
        "@aquila-learning/react"
    ]
}

Keywords

FAQs

Package last updated on 05 Oct 2023

Did you know?

Socket

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