@rebeccastevens/eslint-config 1.7.0 → 1.7.1
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/dist/modern.cjs +10 -8
- package/dist/modern.mjs +10 -8
- package/package.json +22 -22
package/dist/modern.cjs
CHANGED
|
@@ -1051,11 +1051,6 @@ const settings$5 = {
|
|
|
1051
1051
|
"import/no-unresolved": "off",
|
|
1052
1052
|
"init-declarations": "off",
|
|
1053
1053
|
"jsdoc/require-jsdoc": "off",
|
|
1054
|
-
"no-console": "off",
|
|
1055
|
-
"no-empty": "off",
|
|
1056
|
-
"no-invalid-this": "off",
|
|
1057
|
-
"no-undef": "off",
|
|
1058
|
-
"no-useless-return": "off",
|
|
1059
1054
|
"n/handle-callback-err": "off",
|
|
1060
1055
|
"prefer-const": "off",
|
|
1061
1056
|
"prettier/prettier": "off",
|
|
@@ -1063,9 +1058,16 @@ const settings$5 = {
|
|
|
1063
1058
|
"sonarjs/no-unused-collection": "off",
|
|
1064
1059
|
"unicorn/prefer-optional-catch-binding": "off",
|
|
1065
1060
|
"unicorn/prefer-top-level-await": "off",
|
|
1066
|
-
"
|
|
1067
|
-
"no-
|
|
1068
|
-
"
|
|
1061
|
+
"unicorn/switch-case-braces": "off",
|
|
1062
|
+
"no-console": "off",
|
|
1063
|
+
"no-empty": "off",
|
|
1064
|
+
"no-invalid-this": "off",
|
|
1065
|
+
"no-undef": "off",
|
|
1066
|
+
"no-useless-return": "off",
|
|
1067
|
+
"dot-notation": "off",
|
|
1068
|
+
"no-empty-function": "off",
|
|
1069
|
+
"no-throw-literal": "off",
|
|
1070
|
+
"no-unused-vars": "off",
|
|
1069
1071
|
},
|
|
1070
1072
|
},
|
|
1071
1073
|
],
|
package/dist/modern.mjs
CHANGED
|
@@ -1049,11 +1049,6 @@ const settings$5 = {
|
|
|
1049
1049
|
"import/no-unresolved": "off",
|
|
1050
1050
|
"init-declarations": "off",
|
|
1051
1051
|
"jsdoc/require-jsdoc": "off",
|
|
1052
|
-
"no-console": "off",
|
|
1053
|
-
"no-empty": "off",
|
|
1054
|
-
"no-invalid-this": "off",
|
|
1055
|
-
"no-undef": "off",
|
|
1056
|
-
"no-useless-return": "off",
|
|
1057
1052
|
"n/handle-callback-err": "off",
|
|
1058
1053
|
"prefer-const": "off",
|
|
1059
1054
|
"prettier/prettier": "off",
|
|
@@ -1061,9 +1056,16 @@ const settings$5 = {
|
|
|
1061
1056
|
"sonarjs/no-unused-collection": "off",
|
|
1062
1057
|
"unicorn/prefer-optional-catch-binding": "off",
|
|
1063
1058
|
"unicorn/prefer-top-level-await": "off",
|
|
1064
|
-
"
|
|
1065
|
-
"no-
|
|
1066
|
-
"
|
|
1059
|
+
"unicorn/switch-case-braces": "off",
|
|
1060
|
+
"no-console": "off",
|
|
1061
|
+
"no-empty": "off",
|
|
1062
|
+
"no-invalid-this": "off",
|
|
1063
|
+
"no-undef": "off",
|
|
1064
|
+
"no-useless-return": "off",
|
|
1065
|
+
"dot-notation": "off",
|
|
1066
|
+
"no-empty-function": "off",
|
|
1067
|
+
"no-throw-literal": "off",
|
|
1068
|
+
"no-unused-vars": "off",
|
|
1067
1069
|
},
|
|
1068
1070
|
},
|
|
1069
1071
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebeccastevens/eslint-config",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "My ESLint shareable config.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint config"
|
|
@@ -67,56 +67,56 @@
|
|
|
67
67
|
"deepmerge-ts": "^5.0.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@commitlint/cli": "17.
|
|
70
|
+
"@commitlint/cli": "17.5.1",
|
|
71
71
|
"@commitlint/config-conventional": "17.4.4",
|
|
72
72
|
"@cspell/dict-cryptocurrencies": "3.0.1",
|
|
73
73
|
"@rollup/plugin-commonjs": "24.0.1",
|
|
74
74
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
75
75
|
"@rollup/plugin-typescript": "11.0.0",
|
|
76
|
-
"@semantic-release/changelog": "6.0.
|
|
76
|
+
"@semantic-release/changelog": "6.0.3",
|
|
77
77
|
"@semantic-release/commit-analyzer": "9.0.2",
|
|
78
78
|
"@semantic-release/git": "10.0.1",
|
|
79
79
|
"@semantic-release/github": "8.0.7",
|
|
80
|
-
"@semantic-release/npm": "
|
|
80
|
+
"@semantic-release/npm": "10.0.2",
|
|
81
81
|
"@semantic-release/release-notes-generator": "10.0.3",
|
|
82
|
-
"@types/eslint": "8.
|
|
82
|
+
"@types/eslint": "8.37.0",
|
|
83
83
|
"@types/eslint-config-prettier": "^6.11.0",
|
|
84
84
|
"@types/eslint-plugin-prettier": "^3.1.0",
|
|
85
|
-
"@types/node": "18.15.
|
|
85
|
+
"@types/node": "18.15.11",
|
|
86
86
|
"@types/rollup-plugin-auto-external": "2.0.2",
|
|
87
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
88
|
-
"@typescript-eslint/parser": "5.
|
|
87
|
+
"@typescript-eslint/eslint-plugin": "5.57.0",
|
|
88
|
+
"@typescript-eslint/parser": "5.57.0",
|
|
89
89
|
"commitizen": "4.3.0",
|
|
90
|
-
"cspell": "6.
|
|
90
|
+
"cspell": "6.31.1",
|
|
91
91
|
"cz-conventional-changelog": "3.3.0",
|
|
92
|
-
"eslint": "8.
|
|
93
|
-
"eslint-config-prettier": "8.
|
|
94
|
-
"eslint-import-resolver-typescript": "3.5.
|
|
92
|
+
"eslint": "8.37.0",
|
|
93
|
+
"eslint-config-prettier": "8.8.0",
|
|
94
|
+
"eslint-import-resolver-typescript": "3.5.4",
|
|
95
95
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
96
|
-
"eslint-plugin-functional": "5.0.
|
|
96
|
+
"eslint-plugin-functional": "5.0.7",
|
|
97
97
|
"eslint-plugin-import": "2.27.5",
|
|
98
|
-
"eslint-plugin-jsdoc": "40.
|
|
98
|
+
"eslint-plugin-jsdoc": "40.1.1",
|
|
99
99
|
"eslint-plugin-markdown": "3.0.0",
|
|
100
100
|
"eslint-plugin-n": "15.7.0",
|
|
101
101
|
"eslint-plugin-optimize-regex": "1.2.1",
|
|
102
102
|
"eslint-plugin-prettier": "4.2.1",
|
|
103
103
|
"eslint-plugin-promise": "6.1.1",
|
|
104
|
-
"eslint-plugin-sonarjs": "0.
|
|
104
|
+
"eslint-plugin-sonarjs": "0.19.0",
|
|
105
105
|
"eslint-plugin-unicorn": "46.0.0",
|
|
106
106
|
"husky": "8.0.3",
|
|
107
|
-
"knip": "2.
|
|
107
|
+
"knip": "2.4.0",
|
|
108
108
|
"lint-staged": "13.2.0",
|
|
109
109
|
"markdownlint-cli": "0.33.0",
|
|
110
|
-
"prettier": "2.8.
|
|
110
|
+
"prettier": "2.8.7",
|
|
111
111
|
"prettier-plugin-packagejson": "2.4.3",
|
|
112
|
-
"rimraf": "4.4.
|
|
113
|
-
"rollup": "3.
|
|
112
|
+
"rimraf": "4.4.1",
|
|
113
|
+
"rollup": "3.20.2",
|
|
114
114
|
"rollup-plugin-auto-external": "2.0.0",
|
|
115
|
-
"semantic-release": "
|
|
115
|
+
"semantic-release": "21.0.0",
|
|
116
116
|
"ts-node": "10.9.1",
|
|
117
|
-
"tsconfig-paths": "4.
|
|
117
|
+
"tsconfig-paths": "4.2.0",
|
|
118
118
|
"tslib": "2.5.0",
|
|
119
|
-
"typescript": "5.0.
|
|
119
|
+
"typescript": "5.0.3"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": {
|
|
122
122
|
"@typescript-eslint/eslint-plugin": "*",
|