UNPKG

meme-magic

Version:

An A-Frame, React, Redux front-end with Sessions, Websockets, SQL, and Authentication built into the backend.

16 lines (14 loc) 277 B
{ "extends": "standard", "rules": { "semi": [2, "always"], "no-extra-semi": 2, "semi-spacing": [2, { "before": false, "after": true }], "no-unused-vars": 1, "no-undef": 1, "eqeqeq": 1 }, "ecmaFeatures": { "jsx": true } }