We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88b8638 + 50a0c8d commit 364a0bfCopy full SHA for 364a0bf
.editorconfig
@@ -1,8 +1,15 @@
1
+# http://editorconfig.org
2
+
3
root = true
4
5
[*]
6
charset = utf-8
7
indent_style = space
-indent_size = 4
8
+indent_size = 2
9
+end_of_line = lf
10
insert_final_newline = true
-trim_trailing_whitespace = true
11
+trim_trailing_whitespace = true
12
13
+[*.md]
14
+insert_final_newline = false
15
+trim_trailing_whitespace = false
.travis.yml
@@ -12,8 +12,6 @@ os:
# - CHROME_BIN=chromium-browser
# before_script:
# - sh -e /etc/init.d/xvfb start
-install:
16
- - npm install
17
script:
18
- npm run lint
19
- npm run test-once
0 commit comments