eslintrcjson
eslintrcjson refers to the JSON-based ESLint configuration file used to customize linting behavior for a project. The conventional name is .eslintrc.json, and the file is read by ESLint when it analyzes code to determine which environments, parser, plugins, and rules should apply.
The top-level structure is a JSON object with fields such as env, extends, parser, parserOptions, plugins, globals,
ESLint will look for a .eslintrc.json (or eslintrc.json) in the project root or in parent folders, and