mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 09:05:58 +00:00
8967362df7
This ensures we don't accidently require files in the lib directory via the global `lib` import. That stuff works during tests but does not work in the final bundle. Considerations: This plugin adds some runtime overhead to our linting process.
8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
{
|
|
"plugins": [
|
|
"import"
|
|
],
|
|
"rules": {
|
|
"import/no-unresolved": "error"
|
|
}
|
|
} |