Ignore comment position with eslint
This commit is contained in:
parent
0a3e20f5ab
commit
a5b1c293a4
@ -38,3 +38,5 @@ rules:
|
|||||||
max-len: ["error", {"ignoreUrls": true}]
|
max-len: ["error", {"ignoreUrls": true}]
|
||||||
capitalized-comments: "off"
|
capitalized-comments: "off"
|
||||||
prefer-destructuring: "off"
|
prefer-destructuring: "off"
|
||||||
|
line-comment-position: "off"
|
||||||
|
no-inline-comments: "off"
|
||||||
|
Loading…
Reference in New Issue
Block a user