UNPKG

recipe-ingredient-parser-v3

Version:

Natural language parser for recipes and ingredient lists, incl. combining ingredients

21 lines (20 loc) 320 B
{ "extends": "eslint:recommended", "env": { "node": true, "es6": true, "mocha": true }, "parserOptions": { "ecmaVersion": 6, "sourceType": "module" }, "plugins": [ "mocha" ], "rules": { "semi": "error", "no-extra-boolean-cast": "off", "no-useless-escape": "off" } }