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

eslint-config-rtivital

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-rtivital

ESLint configuration for react apps

2.0.1
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ESLint configuration for React applications

This package extends airbnb eslint configuration and provides good intergration with prettier.

Preinstalled dependencies

  • Everything that comes with airbnb config: eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react.
  • eslint-plugin-jest preconfigured with global variables and extended recommended config.
  • babel-eslint as default parser

See full configuration

Usage

npm install --save-dev eslint-config-rtivital eslint

In your .eslintrc.js:

module.exports = {
  extends: ['eslint-config-rtivital'],
};

Keywords

eslint

FAQs

Package last updated on 28 Nov 2018

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