@bigcommerce/eslint-config 2.7.0 → 2.8.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 ADDED
@@ -0,0 +1,261 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [2.7.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.6.2...@bigcommerce/eslint-config@2.7.0) (2023-03-27)
7
+
8
+ **Note:** Version bump only for package @bigcommerce/eslint-config
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.6.2](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.6.1...@bigcommerce/eslint-config@2.6.2) (2022-11-16)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **config:** FE-00 Mark `func-names` rule as error ([d34937c](https://github.com/bigcommerce/eslint-config/commit/d34937c8b10446883e9fafe4deaa0a5212c215bc))
20
+
21
+
22
+
23
+
24
+
25
+ ## [2.6.1](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.6.0...@bigcommerce/eslint-config@2.6.1) (2022-05-18)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **config:** FE-00 don't add jest rules if jest is not installed ([09e97c8](https://github.com/bigcommerce/eslint-config/commit/09e97c8b4eb96f3f0c30c35b1ae533e98a8336da))
31
+
32
+
33
+
34
+
35
+
36
+ # [2.6.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.5.0...@bigcommerce/eslint-config@2.6.0) (2022-05-05)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * **config:** FE-00 Allow functions returning promises to be passed into jsx attributes that expect void return ([e5b1da8](https://github.com/bigcommerce/eslint-config/commit/e5b1da8857ebe274040576b0ceb0f07c01e81033))
42
+ * **config:** FE-00 Ignore naming convention for objectLiteralProperty and typeProperty ([29fa538](https://github.com/bigcommerce/eslint-config/commit/29fa5387b75e8010de39d31bcb1743650c00608a))
43
+
44
+
45
+ ### Features
46
+
47
+ * **config:** FE-00 add eslint rule for curly braces presence ([d2ba14a](https://github.com/bigcommerce/eslint-config/commit/d2ba14a147e9086159a09bedd79dfd9b78456cd3))
48
+
49
+
50
+
51
+
52
+
53
+ # [2.5.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.4.0...@bigcommerce/eslint-config@2.5.0) (2022-04-25)
54
+
55
+
56
+ ### Features
57
+
58
+ * **config:** FE-00 add curly rule ([c88b375](https://github.com/bigcommerce/eslint-config/commit/c88b3755fb70586241e794f27fe06b8752c4b9e9))
59
+
60
+
61
+
62
+
63
+
64
+ # [2.4.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.3.1...@bigcommerce/eslint-config@2.4.0) (2022-03-10)
65
+
66
+
67
+ ### Features
68
+
69
+ * **config:** FE-00 disable default-case for ts files ([e8eeea9](https://github.com/bigcommerce/eslint-config/commit/e8eeea910730a492fd7ce28ca72c5758372bd510))
70
+
71
+
72
+
73
+
74
+
75
+ ## [2.3.1](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.3.0...@bigcommerce/eslint-config@2.3.1) (2021-12-15)
76
+
77
+
78
+ ### Bug Fixes
79
+
80
+ * **config:** FE-00 incorrect entrypoint ([fa6f798](https://github.com/bigcommerce/eslint-config/commit/fa6f798bd44842d7b5791136e28c1ec5409301e0))
81
+
82
+
83
+
84
+
85
+
86
+ # [2.3.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.2.0...@bigcommerce/eslint-config@2.3.0) (2021-12-13)
87
+
88
+
89
+ ### Features
90
+
91
+ * **config:** FE-00 unescaped entities denylist ([e82c9d4](https://github.com/bigcommerce/eslint-config/commit/e82c9d41b3bf29ba88596fc1fe96fbd312c791e3))
92
+
93
+
94
+
95
+
96
+
97
+ # [2.2.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.1.0...@bigcommerce/eslint-config@2.2.0) (2021-11-10)
98
+
99
+ **Note:** Version bump only for package @bigcommerce/eslint-config
100
+
101
+
102
+
103
+
104
+
105
+ # [2.1.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0...@bigcommerce/eslint-config@2.1.0) (2021-10-27)
106
+
107
+
108
+ ### Features
109
+
110
+ * **config:** add interface to padding-line-between-statements ([2474f93](https://github.com/bigcommerce/eslint-config/commit/2474f931b458f14adf7b4c32d5fe3ece64fbd351))
111
+
112
+
113
+
114
+
115
+
116
+ # [2.0.0](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.8...@bigcommerce/eslint-config@2.0.0) (2021-10-06)
117
+
118
+ **Note:** Version bump only for package @bigcommerce/eslint-config
119
+
120
+
121
+
122
+
123
+
124
+ # [2.0.0-alpha.8](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.7...@bigcommerce/eslint-config@2.0.0-alpha.8) (2021-09-02)
125
+
126
+
127
+ ### Features
128
+
129
+ * **config:** remove nextjs rules ([f3bdf23](https://github.com/bigcommerce/eslint-config/commit/f3bdf237c83c3e4e5c1f4c278c31895696bacf01))
130
+
131
+
132
+
133
+
134
+
135
+ # [2.0.0-alpha.7](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.6...@bigcommerce/eslint-config@2.0.0-alpha.7) (2021-07-12)
136
+
137
+
138
+ ### Features
139
+
140
+ * **config:** allow arrow functions react/jsx-no-bind ([87e9df5](https://github.com/bigcommerce/eslint-config/commit/87e9df54122ede694567163e470d420522a6dc11))
141
+
142
+
143
+
144
+
145
+
146
+ # [2.0.0-alpha.6](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.5...@bigcommerce/eslint-config@2.0.0-alpha.6) (2021-07-07)
147
+
148
+
149
+ ### Bug Fixes
150
+
151
+ * **config:** disable jsx-a11y/no-onchange ([0d3533a](https://github.com/bigcommerce/eslint-config/commit/0d3533a43e5ccedac8be71380c493cf52618bc82))
152
+
153
+
154
+ ### Features
155
+
156
+ * **config:** add nextjs rules ([d0670f9](https://github.com/bigcommerce/eslint-config/commit/d0670f911eb166aa0ba93ba69a3aa690fc0d7891))
157
+
158
+
159
+
160
+
161
+
162
+ # [2.0.0-alpha.5](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.4...@bigcommerce/eslint-config@2.0.0-alpha.5) (2021-06-21)
163
+
164
+
165
+ ### Bug Fixes
166
+
167
+ * **config:** move jsx-file-extension rule to react config ([c38e49c](https://github.com/bigcommerce/eslint-config/commit/c38e49c2947eefe6b8326b49c7ca16bcda843f70))
168
+
169
+
170
+
171
+
172
+
173
+ # [2.0.0-alpha.4](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.3...@bigcommerce/eslint-config@2.0.0-alpha.4) (2021-06-15)
174
+
175
+
176
+ ### Bug Fixes
177
+
178
+ * **config:** remove rules conflicting with prettier ([bd917e9](https://github.com/bigcommerce/eslint-config/commit/bd917e93cea8ad11dd46044024d5bf54d88682be))
179
+
180
+
181
+ ### Features
182
+
183
+ * **config:** stylistic rules are now warnings ([0dae5ac](https://github.com/bigcommerce/eslint-config/commit/0dae5ac18809d800e0813c3a134223103d8da744))
184
+
185
+
186
+
187
+
188
+
189
+ # [2.0.0-alpha.3](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.2...@bigcommerce/eslint-config@2.0.0-alpha.3) (2021-06-11)
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * **config:** switch case fallthrough no longer requires a linebreak ([69c78dd](https://github.com/bigcommerce/eslint-config/commit/69c78ddc7236e3486e9011f63c4d81ba0f3ec420))
195
+
196
+
197
+ ### Features
198
+
199
+ * **config:** disallow getters and setters ([9023e20](https://github.com/bigcommerce/eslint-config/commit/9023e20d806f1b8b888e9d0e1fadc5b334cd2dbb))
200
+
201
+
202
+
203
+
204
+
205
+ # [2.0.0-alpha.2](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.1...@bigcommerce/eslint-config@2.0.0-alpha.2) (2021-06-03)
206
+
207
+
208
+ ### Bug Fixes
209
+
210
+ * **config:** allow triple-slash directives on .d.ts files ([eda4efb](https://github.com/bigcommerce/eslint-config/commit/eda4efb9c643754de66d32efa9e85532492ca19c))
211
+
212
+
213
+
214
+
215
+
216
+ # [2.0.0-alpha.1](https://github.com/bigcommerce/eslint-config/compare/@bigcommerce/eslint-config@2.0.0-alpha.0...@bigcommerce/eslint-config@2.0.0-alpha.1) (2021-06-01)
217
+
218
+
219
+ ### Features
220
+
221
+ * **config:** enable anchor-is-valid and remove jsx-ident-props ([ab1b6c3](https://github.com/bigcommerce/eslint-config/commit/ab1b6c3746df6701db06020d414321834c3a5afc))
222
+
223
+
224
+
225
+
226
+
227
+ # 2.0.0-alpha.0 (2021-05-27)
228
+
229
+ ### Features
230
+
231
+ * **core:** modern resolution patch + prettier ([ca54583](https://github.com/bigcommerce/eslint-config/commit/ca5458390d5cac4eaf731669e1e0690861455851))
232
+ * **core:** add missing ts rules ([e750786](https://github.com/bigcommerce/eslint-config/commit/e750786c2754a2d12b06dfc36df9379997e77823))
233
+ * **core:** add import and strict boolean rules ([c1e23af](https://github.com/bigcommerce/eslint-config/commit/c1e23af30ffad0b53bbfb399e1120f3423f9a8c5))
234
+ * **core:** tweak conflicting rules ([369c42a](https://github.com/bigcommerce/eslint-config/commit/369c42ab85e563d813ae71b0d24cbd0cb85438a2))
235
+
236
+ ### Bug Fixes
237
+
238
+ * **config:** no longer turn off all ts eslint rules ([7efcafd](https://github.com/bigcommerce/eslint-config/commit/7efcafd7cfa23087612a89b4f5ffd99bc4017e50))
239
+
240
+ <a name="1.0.1"></a>
241
+ # [1.0.1](https://github.com/bigcommerce/eslint-config/compare/v1.0.0...v1.0.1) (2020-03-10)
242
+
243
+
244
+ ### Bug Fixes
245
+
246
+ * **common:** add missing plugin import ([#3](https://github.com/bigcommerce/eslint-config/issues/3)) ([98f296a](https://github.com/bigcommerce/eslint-config/commit/98f296a))
247
+
248
+
249
+
250
+ <a name="1.0.0"></a>
251
+ # [1.0.0](https://github.com/bigcommerce/eslint-config/compare/v0.1.0...v1.0.0) (2019-09-23)
252
+
253
+
254
+
255
+ <a name="0.1.0"></a>
256
+ # 0.1.0 (2019-09-23)
257
+
258
+
259
+ ### Features
260
+
261
+ * **common:** CHECKOUT-4422 Extract React rules from checkout-js ([4280816](https://github.com/bigcommerce/eslint-config/commit/4280816))
package/configs/jsdoc.js CHANGED
@@ -6,7 +6,6 @@ module.exports = {
6
6
  'jsdoc/check-syntax': 'error',
7
7
  'jsdoc/check-tag-names': 'error',
8
8
  'jsdoc/implements-on-classes': 'error',
9
- 'jsdoc/newline-after-description': 'error',
10
9
  'jsdoc/require-param-name': 'error',
11
10
  'jsdoc/require-param-type': 'error',
12
11
  'jsdoc/require-returns-check': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/eslint-config",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "Default ESLint configuration used at BigCommerce",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -30,7 +30,7 @@
30
30
  "eslint-plugin-import": "^2.26.0",
31
31
  "eslint-plugin-jest": "^26.1.5",
32
32
  "eslint-plugin-jest-formatting": "^3.1.0",
33
- "eslint-plugin-jsdoc": "^39.2.9",
33
+ "eslint-plugin-jsdoc": "^48.0.2",
34
34
  "eslint-plugin-jsx-a11y": "^6.5.1",
35
35
  "eslint-plugin-prettier": "^4.0.0",
36
36
  "eslint-plugin-react": "^7.29.4",
@@ -49,6 +49,5 @@
49
49
  "typescript": {
50
50
  "optional": true
51
51
  }
52
- },
53
- "gitHead": "9971ce8bbc4a66fe832bf6eb6523fcbe0fe2fcb7"
52
+ }
54
53
  }