Many tools in the modern JavaScript ecosystem choose to name their configuration files with a suffix of rc. This naming convention can be seen in examples such as:
ES Lint -> .eslintrc.json
npm -> .npmrc.json
yarn -> .yarnrc
I am aware that these files are used for configurations.
The c likely represents configuration. However, I ponder on what the r signifies in rc.