diff options
author | Micah Miller <mikhey@runbox.com> | 2020-10-14 17:54:09 -0400 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-10-14 23:55:35 +0200 |
commit | a22361dbe491c494a87f38600d9c1f91aa07d3e0 (patch) | |
tree | 0a6d0f0f74010be6e164158804fde8d388a704fa /.csslintrc | |
parent | f5d38e2e05bd54073c2bf8e8210b78b2cf2637d8 (diff) | |
download | jquery-ui-a22361dbe491c494a87f38600d9c1f91aa07d3e0.tar.gz jquery-ui-a22361dbe491c494a87f38600d9c1f91aa07d3e0.zip |
Build: Update to the latest version of Grunt & many other packages
JSHint, JSCS & QUnit-related packages are not updated as they need more code
adjustments.
Fixes #15112
Closes gh-1882
Diffstat (limited to '.csslintrc')
-rw-r--r-- | .csslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.csslintrc b/.csslintrc index 4273f5cc6..227cda515 100644 --- a/.csslintrc +++ b/.csslintrc @@ -7,6 +7,7 @@ "import": false, "important": false, "outline-none": false, + "order-alphabetical": false, "overqualified-elements": false, "text-indent": false } |