ipaddr.js icon indicating copy to clipboard operation
ipaddr.js copied to clipboard

ipaddr.js causes error on osx while validating jslint

Open dbleisch opened this issue 4 years ago • 1 comments

Package name ipaddr.js causes error on osx while validating eslint: eslint ./**/*.js

using npm 7.6.3 / node v12.18.4

Oops! Something went wrong! :(
ESLint: 7.21.0
You are linting "./node_modules/ipaddr.js", but all of the files matching the glob pattern "./node_modules/ipaddr.js" are ignored. If you don't want to lint these files, remove the pattern "./node_modules/ipaddr.js" from the list of arguments passed to ESLint.

dbleisch avatar Apr 29 '21 12:04 dbleisch

Better to run lint tests with npm run lint.

msimerson avatar Apr 04 '24 20:04 msimerson