@rohasplit/eslint-config

0.20.0 • Public • Published

Usage

  1. Install this package as a development dependency.
# example using yarn
yarn add -D @rohasplit/eslint-config
  1. 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
  1. 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')],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @rohasplit/eslint-config

Weekly Downloads

1

Version

0.20.0

License

none

Unpacked Size

5.82 kB

Total Files

7

Last publish

Collaborators

  • rohasplit