SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 61 forks source link

Fix:Remove useless `path` reference #447

Closed ghost closed 5 years ago

ghost commented 5 years ago

Remove the declaration of 'path' in the 'cache.js', due to a warning when running npm run test

image

ghost commented 5 years ago

@SimenB:

It seems in the latest version of Node (v11.X), the test failed but my changes shouldn't effect that, and what's more:

a) You can have tests with stable kinds of Nodejs such as 6,8,10. b) There're some packages too old to use, maybe there's a big refactor.