UNPKG

prettier-markdown

Version:
17 lines (16 loc) 280 B
module.exports = { "extends": "airbnb-base", "plugins": [ "import" ], "env": { "mocha": true }, "rules": { "strict": "off", "comma-dangle": ["error", "never"], "no-console": "off", "no-param-reassign": "off", "no-cond-assign": "off" } };