aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-08-10 19:04:54 +0200
committerLibravatar GitHub <noreply@github.com>2021-08-10 22:34:54 +0530
commit969eda02a66050cf4518ddfa657e86d1d6d8b6c3 (patch)
tree9f21b062f0c188f2c3ddfbb6594670982610aadf /.eslintrc
parentrefactor: Move platform-specific logic for shortcut keys into common location. (diff)
downloadferdium-app-969eda02a66050cf4518ddfa657e86d1d6d8b6c3.tar.gz
ferdium-app-969eda02a66050cf4518ddfa657e86d1d6d8b6c3.tar.zst
ferdium-app-969eda02a66050cf4518ddfa657e86d1d6d8b6c3.zip
feat: follow OS reduced motion setting (#1757)
- add missing meta charset to index.html - dont restrict scaling for user in index.html - load animations.css conditionally based on motion preference - load transitions conditionally in js and css based on motion preference Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index c74b43cf5..3aae0e438 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -119,6 +119,7 @@
119 // eslint-plugin-react 119 // eslint-plugin-react
120 "react/forbid-prop-types": 1, 120 "react/forbid-prop-types": 1,
121 "react/destructuring-assignment": 0, 121 "react/destructuring-assignment": 0,
122 "react/jsx-curly-newline": 0,
122 "react/jsx-filename-extension": 1, 123 "react/jsx-filename-extension": 1,
123 "react/jsx-no-bind": 1, 124 "react/jsx-no-bind": 1,
124 "react/jsx-props-no-spreading": 0, 125 "react/jsx-props-no-spreading": 0,