You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to configure ntl sytem-wide without the need of adding option parameters for each call, e.g. ntl -A -s 20. A bash alias would work, but something like a .ntlrc would be more convenient. Prettier uses cosmiconfig for this, so you get a lot of configuration methods:
A .prettierrc file, written in YAML or JSON, with optional extensions: .yaml/.yml/.json/.js.
A prettier.config.js file that exports an object.
A "prettier" key in your package.json file.
The configuration file will be resolved starting from the location of the file being formatted, and searching up the file tree until a config file is (or isn't) found.
What do you think about this?
The text was updated successfully, but these errors were encountered:
Hi, thanks for this nice little utility :)
I'd like to configure
ntl
sytem-wide without the need of adding option parameters for each call, e.g.ntl -A -s 20
. A bash alias would work, but something like a.ntlrc
would be more convenient. Prettier uses cosmiconfig for this, so you get a lot of configuration methods:What do you think about this?
The text was updated successfully, but these errors were encountered: