UNPKG

dagjs

Version:

Simiple DAG (Directed Acyclic Graph) module with edge tagging

14 lines (13 loc) 196 B
module.exports = { "extends": "airbnb", "plugins": [ "react" ], "rules": { "react/jsx-no-bind": "off", "jsx-a11y/href-no-hash": "off" }, "env" : { "node": true, } };