1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

as per es6, should have semicolons almost everywhere

This commit is contained in:
nazariyv 2020-09-11 22:31:37 +01:00
parent 2794931110
commit 1a9c2088dc

View File

@ -17,7 +17,8 @@
"env": { "es6": true, "node": true },
"settings": {
"react": {
"version": "detect"
"version": "detect",
"import/resolver": { "typescript": {} }
}
}
}