UNPKG

wc-markdown-loader

Version:

Webpack loader to render Web Components from markdown

20 lines (19 loc) 403 B
{ "extends": [ "airbnb" ], "env": { "node": true }, "parserOptions": { "sourceType": "script" }, "rules": { "strict": [ "error", "global" ], "consistent-return": "off", "jsx-a11y/href-no-hash": "off", "comma-dangle": "off", "curly": 2, "object-curly-spacing": [2,"always",{}], "no-template-curly-in-string": "off", "object-curly-newline": "off" } }