0.1.3 • Published 1 year ago

@react-nevka/eslint v0.1.3

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

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

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

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

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