Rolf Erik Lekang
Rolf Erik Lekang
The spec is updated now.
Thanks for the input. I am not entirely sure what the benefit with `/_/([a-z\d-]+)` over `/_([a-z\d-]+)` is could you elaborate? Dynamically requiring files based on user requests might be a...
Sounds good to me 👌 It allows for much more custom optimisation for each adapter.
We can maybe add this to the nginx example? ``` location = /favicon.ico { access_log off; log_not_found off; return 204; } ```
Maybe `Back to top` would work since the top banner has id=top?
The interesting changes from our config is that we changed these to be able to use flowtype in a good way: ``` "no-duplicate-imports": [0], // Does not support import of...
@ljharb I am not sure, but I have not found a way to combine ``` import {someFunction} from 'module'; ``` and ``` import type {someType, someOtherType} from 'module'; ``` into...
@ljharb @lelandrichardson @lencioni I did not mean to say that the rule from the import plugin did not work. I tried to say that the rule no-duplicate-imports from eslint itself...
This sounds great, open for pull-requests 😄
What happens when you try to call it?