1.0.1-alpha.10 • Published 5 years ago

@r2f/eslint-config v1.0.1-alpha.10

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

@r2f/eslint-config

This package includes the ESLint configuration.

Usage

npm install @r2f/eslint-config --save-dev
npx install-peerdeps --dev @r2f/eslint-config

or

yarn add @r2f/eslint-config --dev
npx install-peerdeps --dev @r2f/eslint-config

Then create a file named .eslintrc.js with following contents in the root folder of your project:

module.exports = {
  extends: '@r2f/eslint-config',
};