eslint-plugin-require-path-exists icon indicating copy to clipboard operation
eslint-plugin-require-path-exists copied to clipboard

webpack config does not exist

Open applemate opened this issue 8 years ago • 0 comments

my eslintrc

"require-path-exists/exists": [ "warn", {
	"extensions": [
		"",
		".js",
		".jsx",
		".json",
		".scss",
		".css",
		".sss"
	],
	"webpackConfigPath": "webpack.config.babel.js"
}]

error message

screen shot 2017-02-03 at 12 41 47 pm

applemate avatar Feb 03 '17 05:02 applemate