You need to overwrite your eslintrc.js local project file with this configuration :
module.exports = {
"extends": "node-meca"
};
Please remove these packages from your own project dependencies to avoid to install 2 different versions. There are already installed by the eslint-config-node-meca.
- "@typescript-eslint/eslint-plugin"
- "@typescript-eslint/parser"
- "eslint-config-prettier"
- "eslint-plugin-prettier"
Alternatively, put the same version as in the eslint-config-node-meca package.
You can auto format your code with Phpstorm in Settings > Tools > Action On Save Enable "Reformat code" and "Rearrange code"
Ensure you enable "Run eslint --fix on save" in Settings > Languages & Frameworks > JavaScript > Code Quality Tools > ESlint