Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 540 Bytes

readme.md

File metadata and controls

24 lines (20 loc) · 540 Bytes

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"
  ]
}