Skip to content

automatio-co/eslint-config-automatio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a config for eslint and prettier. We have multiple projects where we had to copy and paste same file over and over. This package will take care of the problem.

This config is valid for projects that have the following tech,

  • ReactJS
  • NodeJS (with async await)
  • jQuery
  • Jest, Mocha, Chai
  • Puppeteer

Installation

Install eslint and the required config files,

npx install-peerdeps --dev eslint-config-automatio

Create a .eslintrc file in root of your project directory,

{
  "extends": [
    "automatio"
  ]
}

About

eslint and prettier setup for core automatio projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published