PDMLab/docker-compose

ESLint couldn't find the config "es/2015/server" to extend from. Please check that the name of the config is correct.

Closed this issue · 1 comments

Installed dependencies using npm ci. Execute npm run eslint. I get:

> docker-compose@0.23.5 xxxx/node-docker-compose
> eslint src/**/*.ts test/**/*.ts


Oops! Something went wrong! :(

ESLint: 6.8.0.

ESLint couldn't find the config "es/2015/server" to extend from. Please check that the name of the config is correct.

The config "es/2015/server" was referenced from the config file in "xxxx/node-docker-compose/.eslintrc.json".

If you still have problems, please stop by https://gitter.im/eslint/eslint to chat with the team.

npm ERR! code ELIFECYCLE
npm ERR! errno 2
npm ERR! docker-compose@0.23.5 eslint: `eslint src/**/*.ts test/**/*.ts`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the docker-compose@0.23.5 eslint script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     xxxx/debug.log

Fixed by #140