Apoorv
Results
1
issues of
Apoorv
As of now, the default .eslintrc.json file that's extended by all projects has the following code: ``` { "extends": [ "eslint:recommended", "plugin:node/recommended", "prettier" ], "plugins": [ "node", "prettier" ], ......