UNPKG

evtx

Version:

Aspect oriented middleware library

22 lines (20 loc) 535 B
{ "env": { "browser": true, "node": true }, "parser": "babel-eslint", "extends": "airbnb", "rules": { "react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }], "react/forbid-prop-types": [0, { "forbid": ['any', 'array', 'object'] }], "max-len": [1, {"code": 150}], "no-underscore-dangle": [0], "new-cap": [0], "arrow-parens": [0], "consistent-return": [0], "no-confusing-arrow": [0], "import/prefer-default-export": [0], "import/no-named-as-default": [0], } }