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

eslint-config-brainly-react

Package Overview
Dependencies
Maintainers
10
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-brainly-react

Brainly's shareable ESLint config for React projects

  • 2.7.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
643
decreased by-29.42%
Maintainers
10
Weekly downloads
 
Created
Source

eslint-config-brainly-react

npm

Brainly's shareable ESLint config for front-end projects using React. It extends our base config.

If you're setting up a non-react ES6 project use eslint-config-brainly.

For legacy ES5 code use eslint-config-brainly-legacy.

Installation and usage

Install the eslint-config-brainly-react package with yarn/npm and make sure that the peer dependencies are installed. In most cases (unless you need to have full control over the eslint / eslit plugins versions) you can just rely on this command:

npx install-peerdeps --dev eslint-config-brainly-react

and extend the "brainly-react" setup in your .eslintrc:

{
  "extends": "brainly-react"
}

More tools config

Looking for more of our tools configs? Check out this readme.

License

MIT

Keywords

FAQs

Package last updated on 05 Jun 2019

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