Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-04-08 19:17:04 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-04-08 19:17:24 +0400
commit442e970f1d2ebbb97c8715e0b2e0af2117777823 (patch)
tree28b3c31fdf46b7c725e9ea075ea1ea46d17e8bbe
parenta9692a187e20e18f3b5c85480b67b2101d8bee5c (diff)
Remove obsolete JSHint option.
-rw-r--r--.jshintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index e01f162..61bc4a3 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -11,6 +11,5 @@
"noempty": true,
"plusplus": false,
"sub": true,
- "trailing": true,
"undef": true
}