@toptal/davinci-syntax 11.2.3-alpha-fx-change-https-port.19 → 11.2.3-alpha-chore-upgrade-jest-27-v.28
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/package.json +17 -17
- package/src/configs/.eslintrc +1 -0
- /package/src/{__tests__ → tests}/eslint-package-structure/bar.js +0 -0
- /package/src/{__tests__ → tests}/eslint-package-structure/package/index.js +0 -0
- /package/src/{__tests__ → tests}/eslint-package-structure/package/package.json +0 -0
- /package/src/{__tests__ → tests}/eslint-package-structure/package-named/index.js +0 -0
- /package/src/{__tests__ → tests}/eslint-package-structure/package-named/package.json +0 -0
- /package/src/{__tests__ → tests}/eslint-package-structure/package-scoped/index.js +0 -0
- /package/src/{__tests__ → tests}/eslint-package-structure/package-scoped/package.json +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-syntax",
|
|
3
|
-
"version": "11.2.3-alpha-
|
|
3
|
+
"version": "11.2.3-alpha-chore-upgrade-jest-27-v.28+3e78936c",
|
|
4
4
|
"description": "Lint and prettier support",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -31,29 +31,29 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@stylelint/postcss-css-in-js": "^0.37.2",
|
|
34
|
-
"@toptal/davinci-cli-shared": "1.5.2-alpha-
|
|
35
|
-
"@toptal/eslint-plugin-davinci": "4.5.1-alpha-
|
|
36
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
37
|
-
"@typescript-eslint/parser": "^
|
|
38
|
-
"eslint": "^
|
|
39
|
-
"eslint-config-prettier": "^8.
|
|
34
|
+
"@toptal/davinci-cli-shared": "1.5.2-alpha-chore-upgrade-jest-27-v.28+3e78936c",
|
|
35
|
+
"@toptal/eslint-plugin-davinci": "4.5.1-alpha-chore-upgrade-jest-27-v.38+3e78936c",
|
|
36
|
+
"@typescript-eslint/eslint-plugin": "^5.19.0",
|
|
37
|
+
"@typescript-eslint/parser": "^5.19.0",
|
|
38
|
+
"eslint": "^8.13.0",
|
|
39
|
+
"eslint-config-prettier": "^8.5.0",
|
|
40
40
|
"eslint-config-prettier-standard": "^4.0.1",
|
|
41
41
|
"eslint-config-standard": "^16.0.3",
|
|
42
42
|
"eslint-config-standard-jsx": "^10.0.0",
|
|
43
43
|
"eslint-plugin-cypress": "^2.12.1",
|
|
44
|
-
"eslint-plugin-import": "^2.
|
|
45
|
-
"eslint-plugin-jest": "^
|
|
46
|
-
"eslint-plugin-jest-formatting": "^3.
|
|
44
|
+
"eslint-plugin-import": "^2.26.0",
|
|
45
|
+
"eslint-plugin-jest": "^26.1.4",
|
|
46
|
+
"eslint-plugin-jest-formatting": "^3.1.0",
|
|
47
47
|
"eslint-plugin-no-inline-styles": "^1.0.5",
|
|
48
48
|
"eslint-plugin-node": "^11.1.0",
|
|
49
49
|
"eslint-plugin-prettier": "^4.0.0",
|
|
50
|
-
"eslint-plugin-promise": "^
|
|
51
|
-
"eslint-plugin-react": "^7.
|
|
52
|
-
"eslint-plugin-react-hooks": "^4.
|
|
53
|
-
"eslint-plugin-todo-plz": "^1.2.
|
|
54
|
-
"eslint-plugin-unused-imports": "
|
|
50
|
+
"eslint-plugin-promise": "^6.0.0",
|
|
51
|
+
"eslint-plugin-react": "^7.29.4",
|
|
52
|
+
"eslint-plugin-react-hooks": "^4.4.0",
|
|
53
|
+
"eslint-plugin-todo-plz": "^1.2.1",
|
|
54
|
+
"eslint-plugin-unused-imports": "2.0.0",
|
|
55
55
|
"husky": "^4.3.0",
|
|
56
|
-
"lint-staged": "^
|
|
56
|
+
"lint-staged": "^12.3.7",
|
|
57
57
|
"postcss-syntax": "^0.36.2",
|
|
58
58
|
"prettier": "^2.3.2",
|
|
59
59
|
"prettier-config-standard": "^4.0.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"prettier"
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "3e78936c71ff36ea4dca11f051b4936d14aebd1f"
|
|
83
83
|
}
|
package/src/configs/.eslintrc
CHANGED
|
@@ -188,6 +188,7 @@
|
|
|
188
188
|
],
|
|
189
189
|
"@typescript-eslint/explicit-function-return-type": "off",
|
|
190
190
|
"@typescript-eslint/no-non-null-assertion": "warn",
|
|
191
|
+
"@typescript-eslint/no-unnecessary-type-constraint": "off",
|
|
191
192
|
// TODO: should be switched to error in the next major version (5.x) of syntax package
|
|
192
193
|
"@typescript-eslint/method-signature-style": "warn",
|
|
193
194
|
// already covered by @typescript-eslint/no-non-null-assertion
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|