frontend: Ensure the current dir is picked by eslint for its plugins
There was an issue sometimes when trying to run one of the eslint commands from "lint-staged" as it would find two versions of its plugins (both from frontend/ and from the example plugins), so we add an option to indicate that plugins should be resolved against the current directory.
Showing
+1 -1
Please register or sign in to comment