UNPKG

bingo-functional-js

Version:

A port of the PHP bingo-functional library

27 lines 564 B
{ "extends": ["airbnb"], "parser": "babel-eslint", "parserOptions": { "ecmaVersion": 6, "sourceType": "module" }, "rules": { "semi": 0, "no-undef": 0, "no-console": 0, "func-names": 0, "max-len": ["error", { "code": 120 }], "no-param-reassign": 0, "no-prototype-builtins": 0, "no-unused-vars": 0, "indent": ["error", 2], "no-nested-ternary": 0, "no-underscore-dangle": 0, "no-restricted-syntax": [0, "ForOfStatement"] }, "env": { "es6": true, "commonjs": true, "browser": true } }