1.0.1 • Published 5 years ago

eslint-config-jonathanpalma v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Version Install Size Downloads PRs Welcome MIT License

Watch on GitHub Star on GitHub Tweet

Usage

Install them by running:

npm install --save-dev eslint eslint-config-jonathanpalma

Then add the extends to your .eslintrc:

{
  "extends": "jonathanpalma",
  "rules": {
    // rules you want to override
  },
  "settings": {
    "import/resolver": {
      "node": {
        "paths": ["src"]
      }
    }
  }
}

Then require the prettier conf by adding to your prettier.config.js or .prettierrc.js file:

const prettier = require('eslint-config-jonathanpalma/prettier');

module.exports = prettier;

LICENSE

MIT