What does the rc stand for in the names of configuration files? [duplicate]

Many tools in the modern JavaScript ecosystem name their configuration files ending in the letters rc. For example:

ES Lint -> .eslintrc.json

npm -> .npmrc.json

yarn -> .yarnrc

I know that these are configuration files.

The c most likely stands for configuration. What is the r in rc?

rc stands for run commands. More here


The answers/resolutions are collected from stackoverflow, are licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0 .
Read More:   How can I clear an HTML file input with JavaScript?

Similar Posts