Skip to content

Commit

Permalink
- Added jshint options
Browse files Browse the repository at this point in the history
- Fixed intentional less error
  • Loading branch information
John Miller committed Jan 11, 2016
1 parent ce0f3a9 commit 04db892
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"curly": true,
"boss": true,
"jquery": true,
"eqeqeq": true,
"strict": false,
"newcap": false,
"undef": true,
"unused": true,
"browser": true
}
2 changes: 1 addition & 1 deletion src/less/_Fabric.Animations.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@ms-duration1: 0.167s;
@ms-duration2: 0.267s;
@ms-duration3: 0.367s;
@ms-duration4: 0.467s;}}}}}
@ms-duration4: 0.467s;

// Animation mixin
.animationMix(@ms-name; @ms-duration; @ms-ease: @ms-ease1; @ms-fillMode: both) {
Expand Down

0 comments on commit 04db892

Please sign in to comment.