You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies if this is not the right place, but I'm not quite sure what to do about these warnings other than disable the related rules entirely:
> stylelint -c stylelint.config.mjs "{Assets,Views}/**/*.{css,scss}"
(node:16108) [stylelint:007] DeprecationWarning: Partial position information in the `utils.report()` function is deprecated ("scss/double-slash-comment-whitespace-inside").
Please pass both `index` and `endIndex` as arguments in the `utils.report()` function of "scss/double-slash-comment-whitespace-inside".
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:16108) [stylelint:007] DeprecationWarning: Partial position information in the `utils.report()` function is deprecated ("scss/at-else-closing-brace-newline-after").
Please pass both `index` and `endIndex` as arguments in the `utils.report()` function of "scss/at-else-closing-brace-newline-after".
(node:16108) [stylelint:007] DeprecationWarning: Partial position information in the `utils.report()` function is deprecated ("scss/at-else-closing-brace-space-after").
Please pass both `index` and `endIndex` as arguments in the `utils.report()` function of "scss/at-else-closing-brace-space-after".
(node:16108) [stylelint:007] DeprecationWarning: Partial position information in the `utils.report()` function is deprecated ("scss/at-if-closing-brace-newline-after").
Please pass both `index` and `endIndex` as arguments in the `utils.report()` function of "scss/at-if-closing-brace-newline-after".
(node:16108) [stylelint:007] DeprecationWarning: Partial position information in the `utils.report()` function is deprecated ("scss/at-if-closing-brace-space-after").
Please pass both `index` and `endIndex` as arguments in the `utils.report()` function of "scss/at-if-closing-brace-space-after".
Apologies if this is not the right place, but I'm not quite sure what to do about these warnings other than disable the related rules entirely:
npm deps:
stylelint.config.mjs
stylelint report command (npm script)
Can I ignore this? It seems like its for the plugin author?
The text was updated successfully, but these errors were encountered: