Skip to content

mother/javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-mother

Usage:

Add the extension:

// .eslintrc.js
module.exports = {
   extends: "mother"
}

// OR

// .eslintrc
{
   "extends": "mother"
}

Then install the config:

npm i --save-dev eslint-config-mother