Files
yarn/.editorconfig
Chris Trevino b4e42e3e73 Allow token replacement of .npmrc configuration with env vars (#1207)
* test IGNORE ME

* Update npm-registry to inject env vars into npm configuration the same way npm does

* Add type annotation to config object iteration

* Update envReplace function

* Move env-replace function to a separate util module. Add unit tests

* Correct the env-replace tests

* Updates per @kittens' comments
2016-11-14 13:16:59 +00:00

13 lines
163 B
INI

root = true
[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
[*.{js,json}]
indent_style = space
indent_size = 2