eslint-plugin-require-path-exists
eslint-plugin-require-path-exists copied to clipboard
webpack config does not exist
my eslintrc
"require-path-exists/exists": [ "warn", {
"extensions": [
"",
".js",
".jsx",
".json",
".scss",
".css",
".sss"
],
"webpackConfigPath": "webpack.config.babel.js"
}]
error message