3 Commits

Author SHA1 Message Date
Alex Janousek
2ba8779c9b Converted more files 2025-10-21 09:35:41 -04:00
Alex Janousek
c53c9f5c91 Removed jquery from a few simple javascript files 2025-10-20 18:44:33 -04:00
Alexey Bezhan
fce80b87b7 Move jshint configuration to .jshintrc
When provided with inline configuration in a gulp task jshint will
still try to load a configuration file from the current directory
or the user's home directory. If user has a global .jshintrc file
that sets different linting options this could lead to `npm test`
output being different from the CI one.

jshint only uses the first file it finds, and .jshintrc in current
directory or any parent of the current directory takes precedence
over the user one, so moving jshint configuration from gulpfile to
.jshintrc should make `npm test` produce the same outcome regardless
of the user config.
2017-11-06 17:37:15 +00:00