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

eslint-config-aireacter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-aireacter

An eslint-config that makes Airbnb, React, and Prettier get along ok

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-aireacter

An eslint-config that makes Airbnb, React, and Prettier get along ok

Intention

I have gotten accustomed to starting out my JavaScript projects using the Airbnb styleguide. More recently I've been using Prettier to curb the obsession I have with meticulously formatting my code. Unfortunately a few rules shared between Airbnb & Prettier conflict. This repository is here to try to mitigate the issues between both eslint & Prettier and get my projects kicked off right. Hopefully you find it useful as well.

Installation

This config declares some peer dependencies that should also be installed:

npm info "eslint-config-aireacter@latest" peerDependencies

Typically these commands will satisfy all peer dependencies:

yarn add eslint-config-aireacter
yarn add eslint prettier eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-hooks

Now you can extend this config in your .eslintrc:

{
  "extends": ["eslint-config-aireacter"]
}

FAQs

Package last updated on 24 Nov 2021

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

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