1.0.15 • Published 4 years ago

eslint-config-mudamuda v1.0.15

Weekly downloads
1
License
GPL v2.0
Repository
github
Last release
4 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

4 years ago

1.0.14

4 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago