EsLint: Failed to load config "strict"

Hi Guys:

Vscode (Running in MAC) is giving this error

[EsLint] Error: Failed to load config "strict" ` in a challenge solution I coded in JS, which implies that Eslint is not checking against the rules you created. 
Running vsCode on a Mac. 
Does anyone have faced this issue that could help me? 

I've tried:
*Following the solution found in this [post](https://github.com/microsoft/vscode-eslint/issues/696)
*Deleting all extension in Vscode.
*Reseting Vscode to default. 

ERROR:
`[Info  - 9:56:34 AM] ESLint server stopped.
[Info  - 9:56:34 AM] ESLint server running in node v10.11.0
[Info  - 9:56:34 AM] ESLint server is running.
[Info  - 9:56:35 AM] ESLint library loaded from: /Users/germancardenas/Documents/Development/Projects/autonomicMind/training/node_modules/eslint/lib/api.js
[Error - 9:56:35 AM] ESLint stack trace:
[Error - 9:56:35 AM] Error: Failed to load config "strict" to extend from.
Referenced from: /Users/germancardenas/Documents/Development/Projects/autonomicMind/training/.eslintrc
    at configMissingError (/Users/germancardenas/Documents/Development/Projects/autonomicMind/training/node_modules/eslint/lib/cli-engine/config-array-factory.js:233:9)
    at ConfigArrayFactory._loadExtendedShareableConfig (/Users/germancardenas/Documents/Development/Projects/autonomicMind/training/node_modules/eslint/lib/cli-engine/config-array-factory.js:708:23)
    at ConfigArrayFactory._loadExtends (/Users/germancardenas/Documents/Development/Projects/autonomicMind/training/node_modules/eslint/lib/cli-engine/config-array-factory.js:613:25)
    at ConfigArrayFactory._normalizeObjectConfigDataBody (/Users/germancardenas/Documents/Development/Projects/autonomicMind/training/node_modules/eslint/lib/cli-engine/config-array-factory.js:545:25)
    at _normalizeObjectConfigDataBody.next (<anonymous>)
    at ConfigArrayFactory._normalizeObjectConfigData (/Users/germancardenas/Documents/Development/Projects/autonomicMind/training/node_modules/eslint/lib/cli-engine/config-array-factory.js:491:20)
    at _normalizeObjectConfigData.next (<anonymous>)
    at createConfigArray (/Users/germancardenas/Documents/Development/Projects/autonomicMind/training/node_modules/eslint/lib/cli-engine/config-array-factory.js:307:25)
    at ConfigArrayFactory.loadInDirectory (/Users/germancardenas/Documents/Development/Projects/autonomicMind/training/node_modules/eslint/lib/cli-engine/config-array-factory.js:400:16)
    at CascadingConfigArrayFactory._loadConfigInAncestors (/Users/germancardenas/Documents/Development/Projects/autonomicMind/training/node_modules/eslint/lib/cli-engine/cascading-config-array-factory.js:304:46)

We have a lot of checks for more scenarios. The more scalable way is to run the integration locally using linux or linux/virtual machine.

@previous-bell If this topic is solved, please mark it as such by checking the solution chart at the bottom of the post you consider that properly answers your question

@dull-note If this topic is solved, please mark it as such by checking the solution chart at the bottom of the post you consider that properly answers your question. If not, please update the post with fuhrer information about the issue and/or the proposed solutions of the participants.