1.0.2 • Published 11 months ago

@alexmarqs/eslint-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Personal ESLint config

https://www.npmjs.com/package/@alexmarqs/eslint-config

License: MIT

  • Standard config base;
  • TypeScript support;
  • Prettier support;
  • Node Eslint configuration;
  • React Eslint configuration;

Setup

  1. Install the dependencies
npm i -D eslint @alexmarqs/eslint-config
  1. Create a .eslintrc.json (you can also use the config .js) file extending the config:

Node:

{
  "extends": "@alexmarqs/eslint-config/node"
}

React:

{
  "extends": "@alexmarqs/eslint-config/react"
}

License

MIT License © alexmarqs