Skip to content

Commit 1e660fd

Browse files
committed
Fix codestyle configs
1 parent 97ef377 commit 1e660fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ root = true
55

66
[*]
77
indent_style = space
8-
indent_size = 4
8+
indent_size = 2
99
end_of_line = lf
1010
charset = utf-8
1111
trim_trailing_whitespace = true

.jscsrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"preset": "airbnb",
3+
"safeContextKeyword": null
4+
}

Gruntfile.js

-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ module.exports = function(grunt) {
5858
},
5959
test: {
6060
src: 'test/**/*.js'
61-
},
62-
options: {
63-
preset: 'airbnb',
64-
safeContextKeyword: null
6561
}
6662
},
6763

0 commit comments

Comments
 (0)