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

eslint-config-code-style-lint-react

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-code-style-lint-react

code-style-lint for react js project.

latest
Source
npmnpm
Version
3.1.3
Version published
Weekly downloads
3
200%
Maintainers
0
Weekly downloads
 
Created
Source

code-style-lint

Code style lint config for front-end project.

How to use

  • For react-javascript project

    //npm
    npm install eslint-config-code-style-lint-react eslint prettier -D
    //pnpm 
    pnpm install eslint-config-code-style-lint-react eslint prettier -D
    //yarn
    yarn add eslint-config-code-style-lint-react eslint prettier -D
    

    Create a '.eslintrc' file to your project root

    {
      //...
      "extends": ["code-style-lint-react"]
      //...
    }
    

FAQs

Package last updated on 07 Oct 2024

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