Skip to content

textpress/eslint-config-textpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config

Shared eslint config.

How to use:

  • yarn add --dev @textpress/eslint-config-textpress
  • Create the following .eslintrc file:
{
    "extends": "@textpress/eslint-config-textpress"
}

When making changes, you can use yarn link to test your rules locally before committing.