UNPKG

magik-contributors

Version:

This adds all the Git contributors to the package.json

25 lines 388 B
{ "rules": { "indent": [ 2, 4 ], "quotes": [ 2, "single" ], "linebreak-style": [ 2, "unix" ], "semi": [ 2, "always" ] }, "env": { "es6": true, "node": true }, "extends": "eslint:recommended" }