Skip to content

WebbyLab/eslint-config-webbylab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-webbylab

Eslint config that we use in WebbyLab

How to use

  1. Install config with eslint and eslint plugins
npm install --save-dev eslint-config-webbylab eslint@^7.0.0 eslint-plugin-fetch eslint-plugin-import eslint-plugin-no-require-lodash eslint-plugin-prefer-spread eslint-plugin-react@^7.1.0 eslint-plugin-more eslint-plugin-security @babel/eslint-parser @babel/preset-react
  1. Create own .eslintrc
{
    "extends": "webbylab"
}

About

WebbyLab's ESLint config, following our styleguide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published