UNPKG

@explorable-viz/fluid

Version:

A functional programming language which integrates a bidirectional dynamic analysis, connecting outputs to data sources in a fine-grained way. Fluid is implemented in PureScript and runs in the browser.

31 lines (30 loc) 911 B
{ "env": { "browser": true }, "extends": "eslint:recommended", "parserOptions": { "ecmaVersion": 6, "sourceType": "module" }, "rules": { "block-scoped-var": "error", "consistent-return": "error", "eqeqeq": "error", "guard-for-in": "error", "no-bitwise": "error", "no-caller": "error", "no-constant-condition": ["error", { "checkLoops": false }], "no-extra-parens": "off", "no-extend-native": "error", "no-loop-func": "error", "no-new": "error", "no-param-reassign": "error", "no-return-assign": "error", "no-sequences": "error", "no-unused-expressions": "error", "no-use-before-define": "error", "no-undef": "error", "no-eq-null": "error", "radix": ["error", "always"], "indent": ["error", 2, { "SwitchCase": 0 }], "quotes": ["error", "double"], "semi": ["error", "always"], "strict": ["error", "global"] } }