Socket
Book a DemoInstallSign in
Socket

@rohasplit/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rohasplit/eslint-config

1. Install this package as a development dependency.

latest
npmnpm
Version
0.20.0
Version published
Weekly downloads
29
314.29%
Maintainers
1
Weekly downloads
 
Created
Source

Usage

  • Install this package as a development dependency.
# example using yarn
yarn add -D @rohasplit/eslint-config
  • Install the required peer dependencies. Some package managers such as npm^7 and pnpm do this automatically.
# example using yarn
yarn add -D eslint@^8.13.0 prettier@^2.6.2
  • Create a .eslintrc.js file in your project's directory with the following content:
require('@rohasplit/eslint-config/patch');

module.exports = {
  extends: [require.resolve('@rohasplit/eslint-config')],
};

FAQs

Package last updated on 21 Sep 2022

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