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

fix lint style

parent 79cc60ac
......@@ -27,6 +27,7 @@ module.exports = {
devDependencies: ['**/tests/**.js', '/mock/**/**.js', '**/**.test.js'],
},
],
'import/no-cycle': 0,
'jsx-a11y/no-noninteractive-element-interactions': 0,
'jsx-a11y/click-events-have-key-events': 0,
'jsx-a11y/no-static-element-interactions': 0,
......
......@@ -13,8 +13,8 @@
zoom: 1;
&::before,
&::after {
content: ' ';
display: table;
content: ' ';
}
&::after {
clear: both;
......
......@@ -63,8 +63,8 @@
right: 300px;
z-index: 0;
display: flex;
justify-content: center;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
font-size: 16px;
......
......@@ -38,8 +38,8 @@
zoom: 1;
&::before,
&::after {
content: ' ';
display: table;
content: ' ';
}
&::after {
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