KartikMistry has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/338052 )

Change subject: stylelint: Fix `no-unknown-animations` errors
......................................................................

stylelint: Fix `no-unknown-animations` errors

Disable until we figure out how stylelint can work with animation
defined in an imported less file as a part of dependency.

Upstream bug: https://github.com/stylelint/stylelint/issues/2363

Bug: T157416
Change-Id: Iaf343195d038e49fc357661a5032a49d955b4c23
---
M .stylelintrc
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/52/338052/1

diff --git a/.stylelintrc b/.stylelintrc
index 2c90730..8bfccaf 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -1,3 +1,6 @@
 {
-       "extends": "stylelint-config-wikimedia"
+       "extends": "stylelint-config-wikimedia",
+       "rules": {
+               "no-unknown-animations": null
+       }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/338052
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf343195d038e49fc357661a5032a49d955b4c23
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <kartik.mis...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to