We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ef377 commit 1e660fdCopy full SHA for 1e660fd
.editorconfig
@@ -5,7 +5,7 @@ root = true
5
6
[*]
7
indent_style = space
8
-indent_size = 4
+indent_size = 2
9
end_of_line = lf
10
charset = utf-8
11
trim_trailing_whitespace = true
.jscsrc
@@ -0,0 +1,4 @@
1
+{
2
+ "preset": "airbnb",
3
+ "safeContextKeyword": null
4
+}
Gruntfile.js
@@ -58,10 +58,6 @@ module.exports = function(grunt) {
58
},
59
test: {
60
src: 'test/**/*.js'
61
- },
62
- options: {
63
- preset: 'airbnb',
64
- safeContextKeyword: null
65
}
66
67
0 commit comments