0.2.0 • Published 3 years ago

@rodgeraraujo/eslint-config v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

eslint-config

npm version

Installation

With npm:

npm install --save-dev eslint @rodgeraraujo/eslint-config \
  @typescript-eslint/eslint-plugin \
  eslint-plugin-eslint-comments \
  eslint-plugin-import \
  eslint-plugin-jest \
  eslint-plugin-node \
  eslint-plugin-prettier \
  eslint-plugin-promise

npm install --save-dev prettier @rodgeraraujo/prettier-config
npm install --save-dev typescript

Usage

Edit package.json:

{
  "name": "your-library",
  "version": "0.1.0",
  "eslintConfig": {
    "extends": "@rodgeraraujo"
  }
}

Or using eslintrc.js:

module.exports = {
  extends: '@rodgeraraujo',
};

Related projects

License

Copyright (c) 2021 rodgeraraujo. All rights reserved.

This project is licensed under the terms of the MIT license.