Skip to content

Testlio/eslint-config-testlio-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testlio frontend linting configuration

Code is your best documentation

Usage

Refer to orignal eslint documentation:
http://eslint.org/docs/developer-guide/shareable-configs#using-a-shareable-config

Name of the config: @testlio/eslint-config-testlio-frontend

Known Issues

With the latest version of eslint indent rule is a bit broken for JSX.
See the following issue: #8832
In the future there will also be a chance to disable the rule entirely for jsx and rely on react/jsx-indent instead: #8594