1.0.15 • Published 5 years ago

eslint-config-mudamuda v1.0.15

Weekly downloads
1
License
GPL v2.0
Repository
github
Last release
5 years ago

eslint-config-mudamuda

A sharable eslint config.

Use it if you like my JS coding style :)

Happy coding!

Installation & Usage

npm install --save-dev eslint-config-mudamuda

Afterwards, add the config to eslintrc.js or eslintrc.json:

{
	"extends": "mudamuda"
}

Extended rule sets are also available to JavaScript frameworks & environments:

{
	"extends": "mudamuda/node"
}
1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago