Browse Source

update package.json

Daniel Zlotin 8 years ago
parent
commit
face361057
5 changed files with 5 additions and 5630 deletions
  1. 1
    2
      .eslintrc
  2. 2
    2
      package.json
  3. 1
    0
      src2/Navigation.js
  4. 1
    0
      src2/index.js
  5. 0
    5626
      yarn.lock

+ 1
- 2
.eslintrc View File

@@ -1,11 +1,10 @@
1 1
 {
2
-  "parser": "babel-eslint",
3 2
   "env": {
4 3
     "es6": true,
5 4
     "node": true
6 5
   },
7 6
   "parserOptions": {
8
-    "ecmaVersion": 7,
7
+    "ecmaVersion": 8,
9 8
     "sourceType": "module",
10 9
     "ecmaFeatures": {
11 10
       "impliedStrict": true,

+ 2
- 2
package.json View File

@@ -45,8 +45,8 @@
45 45
     "babel-register": "6.x.x",
46 46
     "eslint": "3.x.x",
47 47
     "eslint-plugin-babel": "3.x.x",
48
-    "eslint-plugin-react": "4.x.x",
49
-    "eslint-plugin-react-native": "1.x.x",
48
+    "eslint-plugin-react": "6.x.x",
49
+    "eslint-plugin-react-native": "2.x.x",
50 50
     "jest": "17.x.x",
51 51
     "jest-cli": "17.x.x"
52 52
   }

+ 1
- 0
src2/Navigation.js View File

@@ -0,0 +1 @@
1
+

+ 1
- 0
src2/index.js View File

@@ -0,0 +1 @@
1
+

+ 0
- 5626
yarn.lock
File diff suppressed because it is too large
View File