UNPKG

mouse-follower

Version:

A powerful javascript library to create amazing and smooth effects for the mouse cursor on your website.

32 lines (31 loc) 394 B
{ "env": { "browser": true, "es6": true }, "extends": [ "eslint:recommended" ], "parserOptions": { "ecmaVersion": 2018, "sourceType": "module" }, "ignorePatterns": [ "./dist/**/*", "./src/scss/**/*" ], "rules": { "require-jsdoc": "off", "indent": [ "error", 4 ], "no-prototype-builtins": "off", "max-len": [ "error", { "code": 120 } ] } }