removed eslint rule on top of file

This commit is contained in:
Amruth Pillai
2020-03-28 22:51:26 +05:30
parent 8a032845cf
commit 5c6fe3cf43

View File

@ -1,4 +1,3 @@
/* eslint-disable no-case-declarations */
import React, { createContext, useReducer } from 'react';
import get from 'lodash/get';
import set from 'lodash/set';