We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a5b9c commit c744d9dCopy full SHA for c744d9d
.eslintrc.json
@@ -0,0 +1,17 @@
1
+{
2
+ "parserOptions": {
3
+ "ecmaVersion": 6,
4
+ "ecmaFeatures": {
5
+ "experimentalObjectRestSpread": true
6
+ },
7
+ "sourceType": "module"
8
9
+ "plugins": [
10
+ "react"
11
+ ],
12
+ "env": {
13
+ "es6": true,
14
+ "node": true
15
16
+ "extends": ["eslint:recommended", "plugin:react/recommended"]
17
+}
.travis.yml
@@ -0,0 +1,11 @@
+language: node_js
+
+node_js:
+ - 5.0
+ - 6.0
+ - 7.0
+# configure notifications (email, IRC, campfire etc)
+# please update this section to your needs!
+notifications:
+ irc: "irc.freenode.org#travis"
0 commit comments