New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-coding-style

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-coding-style

config of eslint + prettier for react project

latest
Source
npmnpm
Version
1.3.1
Version published
Maintainers
1
Created
Source

react-coding-style

For lazy person like me, have pre-defined react project config of eslint + prettier installed together with their dependenies.

Usage

Install:

$ yarn add --dev react-coding-style

Edit .eslintrc.js

const style = require('react-coding-style')

module.exports = style.tslint

Edit .prettierrc.js

const style = require('react-coding-style')

module.exports = style.prettier

Keywords

coding

FAQs

Package last updated on 15 Sep 2020

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