Skip to content

perminder-klair/eslint-config-uforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eslint Config Flying Rocket 🚀

An ESLint Shareable Config for the style I use and you may like too 🍕

Install

yarn add eslint-config-uforce --dev

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

Add this to your .eslintrc file:

{
  "extends": "uforce"
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

Packages:

Custom Rules:

  • Use signgle quotes (prettier)
  • Use semicolons (prettier)
  • no-weak-types - No using Array and Object in flow ( only warning)
  • react-in-jsx-scope - Turned off because I use preact a lot with .js files

About

Awesome Eslint Configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published