Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 254 Bytes

README.md

File metadata and controls

executable file
·
25 lines (18 loc) · 254 Bytes

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