Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

stalehub/eslint-config-gearonix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ THIS PACKAGE IS DEPRECATED


ESLint (and Prettier) config

npm version Code Style Prettier MIT License

These are settings for ESLint and Prettier used by me.

Installing

  1. In your project folder, run:
npm i -D eslint-config-gearonix

You will also have to install peer dependencies.

  1. You will see several dependencies were installed. Now, create (or update) a .eslintrc file with the following content:
{
  'extends': [
    'gearonix'
  ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks