1.0.3 • Published 1 year ago

eslint-config-lukemnet v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eslint-config-lukemnet

As of 16 March 2023 this project is no longer updated or maintained.

Opinionated ESLint config with TypeScript and Prettier support for React and Node.js projects.

Heavily inspired by eslint-config-airbnb-typescript-prettier by Toshihisa Tomatsu and eslint-config-airbnb-typescript by Matt Turnbull.

Install

$ npm install  --save-dev typescript eslint prettier eslint-config-lukemnet

Add to .eslintrc.js:

module.exports = {
  extends: "lukemnet",
};