UNPKG

react-animated-bg

Version:

Strongly customizable React component helping you make animated background.

29 lines 594 B
{ "parser": "babel-eslint", "extends": [ "airbnb", "eslint:recommended", "plugin:react/recommended" ], "globals": { "window": true, "document": true }, "settings": { "import/resolver": { "node": { "paths": ["./src"], "extensions": [".js"] } } }, "rules": { "react/jsx-filename-extension": 0, "no-console": 0, "jsx-a11y/no-static-element-interactions": 0, "jsx-a11y/click-events-have-key-events": 0 }, "env": { "jest": true } }