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

Checks all require path's to exist as files

Results 13 eslint-plugin-require-path-exists issues
Sort by recently updated
recently updated
newest added

the rule `require-path-exists/exists` reports a non-existing module, but it exists and could be read via VS and compiled normally via webpack and ttypescript. the module is an alias of a...

## The devDependency [babel-eslint](https://github.com/babel/babel-eslint) was updated from `8.2.6` to `10.1.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [eslint](https://github.com/eslint/eslint) was updated from `5.16.0` to `6.7.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

I hate crazy long and confusing relative paths like: `let customer = require(../../../../foo/bar/baz/customer);` So I use absolute paths instead: `let customer = require.main.require(./public/foo/bar/baz/customer);` But that doesn't work. Is this supported?

## Version 10 of Node.js (code name Dubnium) has been released! 🎊 To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...

greenkeeper

On a default OS X installation, the file system is case insensitive. And a lot of bugs happens when a developer on OS X deploys his code to a case...

Is there a way to only check relative path imports? I use vagrant to develop my app and I'm trying to keep the rsync fast. Therefore, I don't install npm...

The plugin doesn't seem to build the path correctly on Windows. The exact same code works fine on Linux. ## `.eslintrc.yaml` ```yaml --- root: true env: browser: true node: true...

Thanks for great plugin. As for this issue, I'll try to provide PR soon.

Hi, i have problem. [see more details](https://travis-ci.org/post-org/post-config/builds/227902911?utm_source=github_status&utm_medium=notification) Node: 4, 5 OS: window 10 ```bash Proxy is not defined ReferenceError: Proxy is not defined at Object. (/mnt/d/sand-box/git/post-config/node_modules/fs-plus/lib/fs-plus.js:708:24) at Object. (/mnt/d/sand-box/git/post-config/node_modules/fs-plus/lib/fs-plus.js:718:4) at...