-
Notifications
You must be signed in to change notification settings - Fork 0
.textrrc draft #4
Comments
babel, eslint are doing all the same stuff, they are looing into
simple valid json is enogh, i think.
sure it belongs to the cli and not to the core. It’s interesting how gulp/grunt plugins should handle it. how its done by eslint/babel gulp/grunt plugins? |
Looks nice. Maybe will use this.
I think so.
I dunno. |
I think we can create a separate module, for example |
I have thought about this.
|
We can use rc loader for our cases. |
Personally, I think better to continue discuss about ability to load configuration for textr using
.textrrc
. I wanna talk about few important things:How should we load
.textrrc
?Should we load it from current dir or
~
(babel, jshint) or we should jump up to the parent dir and try to find there (eslint)?Which the notation should we use?
I've written small example in #1. Does anyone have any question?
Where should be logic of finding
.textrrc
?I think the best way it's leave it in textr-cli package and also add this feature to grunt-textr and gulp-textr plugins.
cc @iamstarkov @shuvalov-anton @andrepolischuk
The text was updated successfully, but these errors were encountered: