Skip to content

WORK180/eslint-config-work180

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-work180

This package provides the ESLint config used by WORK180 as an extensible shared config

Usage

  1. Install the following peer dependencies:
"eslint": "^6.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1"
  1. Install eslint-config-work180
npm i -D ssh://[email protected]:WORK180/eslint-config-work180.git
  1. Extend eslint-config-work180 in your .eslintrc config
.eslintrc.json

{
    "extends": ["eslint-config-work180"]
}

Using with editor plugins

If your editor has an ESLint plugin, you can use it to auto format code using this ESLint config. The ESLint config uses Prettier to format your code. If your editor has a Prettier plugin installed, disable it to prevent conflicts.

About

WORK180's ESLint config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •