UNPKG

jsmp-infra-there-is-nothing-to-complain-about

Version:

Awesome two-function library with excess dependency

15 lines 280 B
module.exports = { "extends": "airbnb", "plugins": [ "react", "jsx-a11y", "import" ], "overrides": { "files": [ './src/**' ], "excludedFiles": './src/test/**' }, "rules": { "jsx-a11y/href-no-hash": 0 } };