UNPKG

amie

Version:

Amalgamation Made Insanely Easy. A tool to easily amalgamate stuff!

33 lines 611 B
{ "env": { "browser": true, "es6": true, "node": true }, "extends": "eslint:recommended", "parserOptions": { "ecmaFeatures": { "experimentalObjectRestSpread": true }, "sourceType": "module" }, "rules": { "indent": [ "error", 4 ], "linebreak-style": [ "off", "unix" ], "quotes": [ "warn", "single" ], "semi": [ "error", "always" ], "no-console": "warn" } }