Browse Source

chore(deps) adapt to eslint-config-jitsi rename

master
Saúl Ibarra Corretgé 3 years ago
parent
commit
28c793b3a9
4 changed files with 22 additions and 23 deletions
  1. 1
    1
      .eslintrc.js
  2. 17
    18
      package-lock.json
  3. 1
    1
      package.json
  4. 3
    3
      react/.eslintrc.js

+ 1
- 1
.eslintrc.js View File

1
 module.exports = {
1
 module.exports = {
2
     'extends': [
2
     'extends': [
3
-        'eslint-config-jitsi'
3
+        '@jitsi/eslint-config'
4
     ]
4
     ]
5
 };
5
 };

+ 17
- 18
package-lock.json View File

126
         "@babel/preset-flow": "7.16.0",
126
         "@babel/preset-flow": "7.16.0",
127
         "@babel/preset-react": "7.16.0",
127
         "@babel/preset-react": "7.16.0",
128
         "@babel/runtime": "7.16.0",
128
         "@babel/runtime": "7.16.0",
129
+        "@jitsi/eslint-config": "4.0.0",
129
         "babel-loader": "8.2.3",
130
         "babel-loader": "8.2.3",
130
         "babel-plugin-optional-require": "0.3.1",
131
         "babel-plugin-optional-require": "0.3.1",
131
         "circular-dependency-plugin": "5.2.0",
132
         "circular-dependency-plugin": "5.2.0",
132
         "clean-css-cli": "4.3.0",
133
         "clean-css-cli": "4.3.0",
133
         "css-loader": "3.6.0",
134
         "css-loader": "3.6.0",
134
         "eslint": "8.1.0",
135
         "eslint": "8.1.0",
135
-        "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#3.0.0",
136
         "eslint-plugin-flowtype": "8.0.3",
136
         "eslint-plugin-flowtype": "8.0.3",
137
         "eslint-plugin-import": "2.25.2",
137
         "eslint-plugin-import": "2.25.2",
138
         "eslint-plugin-jsdoc": "37.0.3",
138
         "eslint-plugin-jsdoc": "37.0.3",
3342
         "node": ">= 6"
3342
         "node": ">= 6"
3343
       }
3343
       }
3344
     },
3344
     },
3345
+    "node_modules/@jitsi/eslint-config": {
3346
+      "version": "4.0.0",
3347
+      "resolved": "https://registry.npmjs.org/@jitsi/eslint-config/-/eslint-config-4.0.0.tgz",
3348
+      "integrity": "sha512-DGk6HiaYUDWM5YNLuzPZ0oxFzI1BvgbS7ogi1KR6nUB1pdoQY2dFL73J3hm7QgNZbc7+x/xhXwnNk9f2aAaVTQ==",
3349
+      "dev": true,
3350
+      "peerDependencies": {
3351
+        "@babel/eslint-parser": ">= 7",
3352
+        "eslint": ">= 8"
3353
+      }
3354
+    },
3345
     "node_modules/@jitsi/js-utils": {
3355
     "node_modules/@jitsi/js-utils": {
3346
       "version": "2.0.0",
3356
       "version": "2.0.0",
3347
       "resolved": "https://registry.npmjs.org/@jitsi/js-utils/-/js-utils-2.0.0.tgz",
3357
       "resolved": "https://registry.npmjs.org/@jitsi/js-utils/-/js-utils-2.0.0.tgz",
8053
         "url": "https://opencollective.com/eslint"
8063
         "url": "https://opencollective.com/eslint"
8054
       }
8064
       }
8055
     },
8065
     },
8056
-    "node_modules/eslint-config-jitsi": {
8057
-      "version": "2.0.0",
8058
-      "resolved": "git+ssh://git@github.com/jitsi/eslint-config-jitsi.git#a19c9a76ca17e6f468ae5a8097001a6e7f0fee01",
8059
-      "integrity": "sha512-jVN6GybAx16oaLfHxCRUKZSanBp+eb9Yf30qH9u7BYkadA6IxJMxZs6Yz+QhPmHWOVNAgTGcEBdo7a2X4cC2kA==",
8060
-      "dev": true,
8061
-      "license": "Apache-2.0",
8062
-      "peerDependencies": {
8063
-        "@babel/eslint-parser": ">= 7",
8064
-        "eslint": ">= 8"
8065
-      }
8066
-    },
8067
     "node_modules/eslint-import-resolver-node": {
8066
     "node_modules/eslint-import-resolver-node": {
8068
       "version": "0.3.6",
8067
       "version": "0.3.6",
8069
       "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
8068
       "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
22690
         "@types/yargs": "^13.0.0"
22689
         "@types/yargs": "^13.0.0"
22691
       }
22690
       }
22692
     },
22691
     },
22692
+    "@jitsi/eslint-config": {
22693
+      "version": "4.0.0",
22694
+      "resolved": "https://registry.npmjs.org/@jitsi/eslint-config/-/eslint-config-4.0.0.tgz",
22695
+      "integrity": "sha512-DGk6HiaYUDWM5YNLuzPZ0oxFzI1BvgbS7ogi1KR6nUB1pdoQY2dFL73J3hm7QgNZbc7+x/xhXwnNk9f2aAaVTQ==",
22696
+      "dev": true
22697
+    },
22693
     "@jitsi/js-utils": {
22698
     "@jitsi/js-utils": {
22694
       "version": "2.0.0",
22699
       "version": "2.0.0",
22695
       "resolved": "https://registry.npmjs.org/@jitsi/js-utils/-/js-utils-2.0.0.tgz",
22700
       "resolved": "https://registry.npmjs.org/@jitsi/js-utils/-/js-utils-2.0.0.tgz",
26672
         }
26677
         }
26673
       }
26678
       }
26674
     },
26679
     },
26675
-    "eslint-config-jitsi": {
26676
-      "version": "git+ssh://git@github.com/jitsi/eslint-config-jitsi.git#a19c9a76ca17e6f468ae5a8097001a6e7f0fee01",
26677
-      "integrity": "sha512-jVN6GybAx16oaLfHxCRUKZSanBp+eb9Yf30qH9u7BYkadA6IxJMxZs6Yz+QhPmHWOVNAgTGcEBdo7a2X4cC2kA==",
26678
-      "dev": true,
26679
-      "from": "eslint-config-jitsi@github:jitsi/eslint-config-jitsi#3.0.0"
26680
-    },
26681
     "eslint-import-resolver-node": {
26680
     "eslint-import-resolver-node": {
26682
       "version": "0.3.6",
26681
       "version": "0.3.6",
26683
       "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",
26682
       "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz",

+ 1
- 1
package.json View File

131
     "@babel/preset-flow": "7.16.0",
131
     "@babel/preset-flow": "7.16.0",
132
     "@babel/preset-react": "7.16.0",
132
     "@babel/preset-react": "7.16.0",
133
     "@babel/runtime": "7.16.0",
133
     "@babel/runtime": "7.16.0",
134
+    "@jitsi/eslint-config": "4.0.0",
134
     "babel-loader": "8.2.3",
135
     "babel-loader": "8.2.3",
135
     "babel-plugin-optional-require": "0.3.1",
136
     "babel-plugin-optional-require": "0.3.1",
136
     "circular-dependency-plugin": "5.2.0",
137
     "circular-dependency-plugin": "5.2.0",
137
     "clean-css-cli": "4.3.0",
138
     "clean-css-cli": "4.3.0",
138
     "css-loader": "3.6.0",
139
     "css-loader": "3.6.0",
139
     "eslint": "8.1.0",
140
     "eslint": "8.1.0",
140
-    "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#3.0.0",
141
     "eslint-plugin-flowtype": "8.0.3",
141
     "eslint-plugin-flowtype": "8.0.3",
142
     "eslint-plugin-import": "2.25.2",
142
     "eslint-plugin-import": "2.25.2",
143
     "eslint-plugin-jsdoc": "37.0.3",
143
     "eslint-plugin-jsdoc": "37.0.3",

+ 3
- 3
react/.eslintrc.js View File

1
 module.exports = {
1
 module.exports = {
2
     'extends': [
2
     'extends': [
3
         '../.eslintrc.js',
3
         '../.eslintrc.js',
4
-        'eslint-config-jitsi/flow',
5
-        'eslint-config-jitsi/jsdoc',
6
-        'eslint-config-jitsi/react',
4
+        '@jitsi/eslint-config/flow',
5
+        '@jitsi/eslint-config/jsdoc',
6
+        '@jitsi/eslint-config/react',
7
         '.eslintrc-react-native.js'
7
         '.eslintrc-react-native.js'
8
     ],
8
     ],
9
     'rules': {
9
     'rules': {

Loading…
Cancel
Save