diff --git a/.brackets.json b/.brackets.json
index 85bb406..9fa1d53 100644
--- a/.brackets.json
+++ b/.brackets.json
@@ -1,5 +1,13 @@
{
"spaceUnits": 2,
"useTabChar": false,
- "linting.enabled": true
+ "linting.enabled": true,
+ "linting.prefer": [
+ "HTMLHint",
+ "CSSLint",
+ "JSHint",
+ "JSCS",
+ "JSONLint"
+ ],
+ "linting.usePreferredOnly": true
}
\ No newline at end of file
diff --git a/.jscs.json b/.jscs.json
index cdeb6f6..a03a975 100644
--- a/.jscs.json
+++ b/.jscs.json
@@ -46,7 +46,7 @@
},
"maximumLineLength": {
- "value": 125,
+ "value": 145,
"allowComments": true,
"allowRegex": true
}
diff --git a/.jshintrc b/.jshintrc
index 374b1d5..ca13a84 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -1,6 +1,5 @@
{
"indent" : 2,
- "maxlen" : 125,
"browser" : true,
"jquery" : true,
"node" : true,
diff --git a/Gruntfile.js b/Gruntfile.js
index d8347be..1c284de 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,4 +1,4 @@
-module.exports = function(grunt) {
+module.exports = function (grunt) {
"use strict";
grunt.initConfig({
pkg: grunt.file.readJSON("package.json"),
@@ -51,7 +51,7 @@ module.exports = function(grunt) {
require("matchdep").filterDev("grunt-*").forEach(grunt.loadNpmTasks);
- grunt.registerTask("default", "List of commands", function() {
+ grunt.registerTask("default", "List of commands", function () {
grunt.log.writeln("");
grunt.log.writeln("Run 'grunt lint' to lint the source files");
});
diff --git a/css/style.css b/css/style.css
index 4b9bba0..64e7239 100644
--- a/css/style.css
+++ b/css/style.css
@@ -46,9 +46,7 @@
height: 240px;
}
-/* Slight shadow around image */
.html-skeleton-img-shadow { box-shadow: 0 0 3px #000; }
-.html-skeleton-img-shadow-dark { box-shadow: 0 0 2px 1px #fff; }
/* Shift the dialog content (excluding the image) up */
.html-skeleton-content {
diff --git a/main.js b/main.js
index f96e1f2..f9394da 100644
--- a/main.js
+++ b/main.js
@@ -1,9 +1,9 @@
/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 2, maxerr: 50 */
-/*global define, brackets, Mustache */
+/*global $, define, brackets, Mustache */
/*
* HTML Skeleton
- * Created 2014 Triangle717
+ * Created 2014-2015 Triangle717
* ",
inStyle : "",
@@ -46,13 +49,13 @@ define(function (require, exports, module) {
extScript: "",
basiSkel : "\n\n