Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64 refactoring get rid of warnings format the code accoding to eslint #82

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37,403 changes: 31,793 additions & 5,610 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"copyfiles": "^2.3.0",
"cross-env": "^5.2.1",
"cypress": "^3.8.3",
"eis-registrant-theme": "git+https://github.com/internetee/registrant_center_theme.git#v1.0.0",
"eis-registrant-theme": "git+https://github.com/internetee/registrant_center_theme.git",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"eslint": "^6.6.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"redux-mock-store": "^1.5.4",
"redux-state-sync": "^3.1.1",
"redux-thunk": "2.3.0",
"semantic-ui-react": "0.82.5",
"semantic-ui-react": "2.0.3",
"serve-favicon": "^2.5.0"
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion src/__mocks__/menuFooter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable sort-keys */
/* eslint-disable */
const menuFooter = [
{
id: 5586678,
Expand Down
2 changes: 1 addition & 1 deletion src/__mocks__/menuMain.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable sort-keys */
/* eslint-disable */
const menuMain = [
{
id: 2293795,
Expand Down
1 change: 1 addition & 0 deletions src/components/DomainList/DomainList.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
import React, { useEffect, useRef, useState } from 'react';
import MediaQuery from 'react-responsive';
import { FormattedMessage, useIntl } from 'react-intl';
Expand Down
2 changes: 1 addition & 1 deletion src/components/UserData/UserData.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable camelcase,sort-keys */
/* eslint-disable */
import React, { useState } from 'react';
import { Button, Grid, Icon, Container } from 'semantic-ui-react';
import { FormattedMessage, useIntl } from 'react-intl';
Expand Down
2 changes: 1 addition & 1 deletion src/global-scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ strong {
}

.clearfix {
zoom: 1;
transform: scale(0.5);
clear: both;

&:before,
Expand Down
1 change: 1 addition & 0 deletions src/redux/reducers/companies.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
import api from '../../utils/api';
import {
FETCH_COMPANIES_REQUEST,
Expand Down
1 change: 1 addition & 0 deletions src/redux/reducers/contacts.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
import api from '../../utils/api';
import {
FETCH_CONTACT_REQUEST,
Expand Down
2 changes: 1 addition & 1 deletion src/redux/reducers/domains.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable camelcase */
/* eslint-disable */
import api from '../../utils/api';
import {
FETCH_DOMAIN_REQUEST,
Expand Down
1 change: 1 addition & 0 deletions src/redux/reducers/verification.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable */
import api from '../../utils/api';

import {
Expand Down