intial eslint pre-commit setup

This commit is contained in:
Rahul Jain
2021-10-31 12:51:09 +05:30
parent fb6389f569
commit 004401a8d1
63 changed files with 4355 additions and 3550 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
import { configure } from "enzyme"
import Adapter from "enzyme-adapter-react-16"
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
configure({ adapter: new Adapter() })
configure({ adapter: new Adapter() });