Commit Graph

2 Commits

Author SHA1 Message Date
0xazure 5d88b686cf Enforce newline at end of files
Trailing newlines are a common idiom in
programming, and enabling this rule will save
reviewers nitpicking or overlooking missing
trailing newlines.

ESLint also supports the `--fix` option to
automate fixing some of the problems reported by
this rule.

There are no current files in the codebase that
require fixing to add trailing newlines as
verified by `npm run lint`.
2018-09-24 17:10:26 -04:00
David Humphrey (:humph) david.humphrey@senecacollege.ca d61c61aab8 Switch to parceljs for bundling, eslint for linting, drop grunt 2018-07-14 10:50:22 -04:00