mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
chore(jshint): update jshint library and configuration (#581)
This commit is contained in:
parent
2f3475b96a
commit
9ebe2d96dd
3 changed files with 9 additions and 8 deletions
|
@ -338,7 +338,8 @@ module.exports = function (grunt) {
|
|||
curly: true,
|
||||
eqeqeq: true,
|
||||
immed: true,
|
||||
latedef: true,
|
||||
indent: 2,
|
||||
latedef: 'nofunc',
|
||||
newcap: true,
|
||||
noarg: true,
|
||||
sub: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue