Skip to content

PrameshKarki/eslint-config

 
 

Repository files navigation

Forked from @remix-run/eslint-config

My personal ESlint config used for all projects.

Installation

First, install this package along with ESLint in your project. This package requires at least version 8.1 of ESLint

npm install -D eslint @fisch0920/eslint-config

Then create a file named .eslintrc.js in the root of the project/package:

module.exports = {
  extends: ['@fisch0920/eslint-config']
}

For Node-only projects (no React/browser code), use the node config:

module.exports = {
  extends: ['@fisch0920/eslint-config/node']
}

License

MIT © Travis Fischer

About

Personal eslint config.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%