Commit edd2962e authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

fix lint style

parent 79cc60ac
...@@ -27,6 +27,7 @@ module.exports = { ...@@ -27,6 +27,7 @@ module.exports = {
devDependencies: ['**/tests/**.js', '/mock/**/**.js', '**/**.test.js'], devDependencies: ['**/tests/**.js', '/mock/**/**.js', '**/**.test.js'],
}, },
], ],
'import/no-cycle': 0,
'jsx-a11y/no-noninteractive-element-interactions': 0, 'jsx-a11y/no-noninteractive-element-interactions': 0,
'jsx-a11y/click-events-have-key-events': 0, 'jsx-a11y/click-events-have-key-events': 0,
'jsx-a11y/no-static-element-interactions': 0, 'jsx-a11y/no-static-element-interactions': 0,
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
zoom: 1; zoom: 1;
&::before, &::before,
&::after { &::after {
content: ' ';
display: table; display: table;
content: ' ';
} }
&::after { &::after {
clear: both; clear: both;
......
...@@ -63,8 +63,8 @@ ...@@ -63,8 +63,8 @@
right: 300px; right: 300px;
z-index: 0; z-index: 0;
display: flex; display: flex;
justify-content: center;
align-items: center; align-items: center;
justify-content: center;
width: 48px; width: 48px;
height: 48px; height: 48px;
font-size: 16px; font-size: 16px;
......
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
zoom: 1; zoom: 1;
&::before, &::before,
&::after { &::after {
content: ' ';
display: table; display: table;
content: ' ';
} }
&::after { &::after {
clear: both; clear: both;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment