Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 8618f5a

Browse files
chore: fix lint errors
1 parent a2f1797 commit 8618f5a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

coding-styles/fixable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ module.exports = {
281281
// This rule makes it possible to ensure, as some style guides require, that property
282282
// specifications appear on separate lines or on the same line for better readability.
283283
'object-property-newline': ['warn', {
284-
// eslint-disable-next-line id-length
285284
allowAllPropertiesOnSameLine: true,
286285
}],
287286

environments/shared/optional.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module.exports = {
2121
// This rule is aimed at ensuring all return statements either specify a value or don't specify
2222
// a value.
2323
'consistent-return': ['warn', {
24-
// eslint-disable-next-line id-length
2524
treatUndefinedAsUnspecified: true,
2625
}],
2726

0 commit comments

Comments
 (0)