koopjs / winnow

Deprecated
Apache License 2.0
90 stars 18 forks source link

Have standard.js scan files on npm test #78

Closed rgwozdz closed 6 years ago

rgwozdz commented 6 years ago

Discovered standard was not scanning files properly on npm test. Specifically, standard src was not picking up style errors in files of the src directory. When standard was run without src a number of style issues were reported. Those style issues were also fixed in this commit.