Remove Redundant ESLint Rule

This commit is contained in:
Hoang Trinh
2019-07-11 10:25:40 +07:00
parent 85c9f35a75
commit 28cb1c7782
-4
View File
@@ -22,10 +22,6 @@
"import/prefer-default-export": 0,
"no-console": 0,
"require-jsdoc": 0,
"semi": [
2,
"never"
],
"no-invalid-this": 0,
"babel/no-invalid-this": 0
}