@r2f/eslint-config
v1.0.1-alpha.10
Published
ESLint configuration
Readme
@r2f/eslint-config
This package includes the ESLint configuration.
Usage
npm install @r2f/eslint-config --save-dev
npx install-peerdeps --dev @r2f/eslint-configor
yarn add @r2f/eslint-config --dev
npx install-peerdeps --dev @r2f/eslint-configThen create a file named .eslintrc.js with following contents
in the root folder of your project:
module.exports = {
extends: '@r2f/eslint-config',
};