mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-25 15:24:15 +00:00
10 lines
139 B
JSON
10 lines
139 B
JSON
{
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"import/no-unresolved": "off",
|
|
"import/no-extraneous-dependencies": "off"
|
|
}
|
|
}
|