1.0.13 • Published 4 years ago

eslint-config-ugoromi v1.0.13

Weekly downloads
83
License
MIT
Repository
github
Last release
4 years ago

To Install:

set:

"eslintConfig": {
	"extends": [
		"ugoromi"
	]
},

in your package.json then run npx install-peerdeps --dev eslint-config-ugoromi

Sub configs:

There are specific configs for many types of projects, and more will be added in the future To use a specific config you just to extend ugoromi/configName instead of ugoromi ex. for React set

"eslintConfig": {
	"extends": [
		"ugoromi/react"
	]
},

At the moment the following configs are available:

  • node
  • react
  • typescript

Prettier

You can also add a .prettierrc file with whatever rules you want in the root of your project and eslint will incorporate it in the linting process This is my .prettierrc file

Credits:

eslint-config-wesbos for the idea and reference This freecodecamp article by Leonardo Faria and The official docs for instructions on how to make this

1.0.11

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago