README
@7inch/eslint-config
Introduction
A eslint config preset of 7inch app.
Install
npm i @7inch/eslint-config -D
# or with yarn
yarn add @7inch/eslint-config -D
Usage
create a .eslintrc.js configuration file in the root of your project:
module.exports = {
extends: ['@7inch/eslint-config']
};
checkout Configuring ESLint to get more details.