UNPKG

275 BPlain TextView Raw
1{
2 "plugins": [
3 "mocha"
4 ],
5 "rules": {
6 // https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-dynamic-require.md
7 // Allow dynamic require(), we use it in the tests
8 "import/no-dynamic-require": ["off"]
9 }
10}