We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe50a2 commit 493e275Copy full SHA for 493e275
1 file changed
packages/eslint-config/eslintrc.js
@@ -184,14 +184,14 @@ module.exports = {
184
leadingUnderscore: 'allow',
185
},
186
187
- // For members such as `Content-Type` or `application/json`
+ // For members such as `Content-Type` or `application/json` or `200`
188
{
189
selector: 'memberLike',
190
format: null,
191
filter: {
192
// you can expand this regex as you find more cases that require
193
// quoting that you want to allow
194
- regex: '[-/ ]',
+ regex: '[0-9-/ ]',
195
match: true,
196
197
0 commit comments