Socket
Book a DemoInstallSign in
Socket

@aquila-learning/eslint-config-react

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

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

latest
Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
179
-13.94%
Maintainers
2
Weekly downloads
 
Created
Source

@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

eslint

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