@webflow/webflow-cli 2.5.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +2 -0
- package/dist/index.js +200 -198
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/extension-scaffolds/default/.eslintrc +0 -25
- package/dist/extension-scaffolds/react/.eslintrc +0 -25
- package/dist/extension-scaffolds/typescript-alt/.eslintrc +0 -25
package/package.json
CHANGED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": [
|
|
3
|
-
"eslint:recommended",
|
|
4
|
-
"plugin:@typescript-eslint/eslint-recommended",
|
|
5
|
-
"plugin:@typescript-eslint/recommended"
|
|
6
|
-
],
|
|
7
|
-
"parser": "@typescript-eslint/parser",
|
|
8
|
-
"parserOptions": {
|
|
9
|
-
"project": "./tsconfig.json"
|
|
10
|
-
},
|
|
11
|
-
"plugins": ["@typescript-eslint", "promise"],
|
|
12
|
-
"rules": {
|
|
13
|
-
"@typescript-eslint/explicit-function-return-type": "off",
|
|
14
|
-
"@typescript-eslint/no-explicit-any": "off",
|
|
15
|
-
"@typescript-eslint/no-floating-promises": "error",
|
|
16
|
-
"@typescript-eslint/no-misused-promises": [
|
|
17
|
-
"error",
|
|
18
|
-
{ "checksVoidReturn": false }
|
|
19
|
-
],
|
|
20
|
-
"@typescript-eslint/no-unused-vars": "error",
|
|
21
|
-
"no-async-promise-executor": "error",
|
|
22
|
-
"require-await": "error",
|
|
23
|
-
"promise/catch-or-return": "error"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": [
|
|
3
|
-
"eslint:recommended",
|
|
4
|
-
"plugin:@typescript-eslint/eslint-recommended",
|
|
5
|
-
"plugin:@typescript-eslint/recommended"
|
|
6
|
-
],
|
|
7
|
-
"parser": "@typescript-eslint/parser",
|
|
8
|
-
"parserOptions": {
|
|
9
|
-
"project": "./tsconfig.json"
|
|
10
|
-
},
|
|
11
|
-
"plugins": ["@typescript-eslint", "promise"],
|
|
12
|
-
"rules": {
|
|
13
|
-
"@typescript-eslint/explicit-function-return-type": "off",
|
|
14
|
-
"@typescript-eslint/no-explicit-any": "off",
|
|
15
|
-
"@typescript-eslint/no-floating-promises": "error",
|
|
16
|
-
"@typescript-eslint/no-misused-promises": [
|
|
17
|
-
"error",
|
|
18
|
-
{ "checksVoidReturn": false }
|
|
19
|
-
],
|
|
20
|
-
"@typescript-eslint/no-unused-vars": "error",
|
|
21
|
-
"no-async-promise-executor": "error",
|
|
22
|
-
"require-await": "error",
|
|
23
|
-
"promise/catch-or-return": "error"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": [
|
|
3
|
-
"eslint:recommended",
|
|
4
|
-
"plugin:@typescript-eslint/eslint-recommended",
|
|
5
|
-
"plugin:@typescript-eslint/recommended"
|
|
6
|
-
],
|
|
7
|
-
"parser": "@typescript-eslint/parser",
|
|
8
|
-
"parserOptions": {
|
|
9
|
-
"project": "./tsconfig.json"
|
|
10
|
-
},
|
|
11
|
-
"plugins": ["@typescript-eslint", "promise"],
|
|
12
|
-
"rules": {
|
|
13
|
-
"@typescript-eslint/explicit-function-return-type": "off",
|
|
14
|
-
"@typescript-eslint/no-explicit-any": "off",
|
|
15
|
-
"@typescript-eslint/no-floating-promises": "error",
|
|
16
|
-
"@typescript-eslint/no-misused-promises": [
|
|
17
|
-
"error",
|
|
18
|
-
{ "checksVoidReturn": false }
|
|
19
|
-
],
|
|
20
|
-
"@typescript-eslint/no-unused-vars": "error",
|
|
21
|
-
"no-async-promise-executor": "error",
|
|
22
|
-
"require-await": "error",
|
|
23
|
-
"promise/catch-or-return": "error"
|
|
24
|
-
}
|
|
25
|
-
}
|