Skip to content

Latest commit

 

History

History

eslint-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

@roll-network/eslint-config

This folder contains ESLint config file used in Roll.

Install

yarn add -D @roll-network/eslint-config
npx install-peerdeps -D @roll-network/eslint-config

Usage

Create a .eslintrc.js file in the root of your project. Add the following content:

module.exports = {
  extends: '@roll-network/eslint-config',
}

Install CLI and run yarn roll lint.