VectorGOLEM/stories/.eslintrc.json
jdlrobson 8d8e2d85e6 Language button is quiet with focus, active and hover states
* Add mediawiki ui button styles to Vector and convert language
button to a quiet button
* Restore the arrow for language button with ULS
* Vertically align button to first line of header
* Add a storybook entry for LanguageButton

Additional changes:
* Fix issues revealed by storybook - menu dropdown should
reset generic typography rule for `ul` tags
* Allow quotes usage in storybook without disable rule

Bug: T268241
Change-Id: I483350084fb46a51c50af6aab78c62db6d02df89
2021-03-01 20:01:45 +00:00

17 lines
193 B
JSON

{
"root": true,
"extends": [
"wikimedia",
"wikimedia/language/es6"
],
"env": {
"browser": true
},
"rules": {
"quotes": "off"
},
"parserOptions": {
"sourceType": "module"
}
}