Fix some linting nits

This commit is contained in:
Peter deHaan 2017-07-31 00:01:00 -07:00
parent 6d20f09d0a
commit 78b7bea284
No known key found for this signature in database
GPG key ID: F0FC6C01C6305097
4 changed files with 172 additions and 534 deletions

View file

@ -19,6 +19,7 @@ rules:
security/detect-non-literal-fs-filename: off
security/detect-object-injection: off
eol-last: [error, always]
eqeqeq: error
no-console: warn
no-path-concat: error