Closed bz2 closed 5 years ago
Switch from jshint to eslint as linting dependency. Add basic config with recommended rules and a few extra syntax enforcements.
jshint
eslint
Use eslint-plugin-mocha for some test specialisation.
eslint-plugin-mocha
Remove gulp lint task.
Remove old demo.min.js file.
demo.min.js
Add eslint override comments as needed for now and fix a few issues.
Resolves (half of) #51 along with #54 to change test execution.
Thanks!
Switch from
jshint
toeslint
as linting dependency. Add basic config with recommended rules and a few extra syntax enforcements.Use
eslint-plugin-mocha
for some test specialisation.Remove gulp lint task.
Remove old
demo.min.js
file.Add eslint override comments as needed for now and fix a few issues.
Resolves (half of) #51 along with #54 to change test execution.