UNPKG

markdown-link-validator-api

Version:

Tool to read, validate, and analyze files in Markdown format.

23 lines (22 loc) 550 B
{ "env": { "node": true }, "parserOptions": { "ecmaVersion": 8 }, "rules": { // "no-console": "off", // "no-alert": "off", "linebreak-style": 0, "prefer-destructuring": 0, "no-param-reassign": ["error", { "props": false }], "import/extensions": 0, "import/prefer-default-export": 0, "jest/no-disabled-tests": "warn", "jest/no-focused-tests": "error", "jest/no-identical-title": "error", "jest/prefer-to-have-length": "warn", "jest/valid-expect": "error" } }