0.6.2 • Published 1 year ago

@react-nevka/eslint-config v0.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@react-nevka/eslint

Shareable ESLint configuration for @react-nevka libraries

Installation

  1. Install this package as devDependency
# with Yarn
$ yarn add -D @react-nevka/eslint-config

# with npm
$ npm i -D @react-nevka/eslint-config

# with pnpm
$ pnpm add -D @react-nevka/eslint-config
  1. Create ESLint configuration file in your project

Create a .eslintrc.js file in project root with the following content:

module.exports = {
  root: true,	
  extends: ["@react-nevka/eslint-config"],
};