aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-01-26 12:27:15 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-01-26 12:27:15 +0300
commitb0b6eebce016610848292b9ec4c2ccbd009bc8d9 (patch)
tree21da5a7b70a804ab8ce524cf98b04bc62c3a7811
parentCleans Up Some Warnings (diff)
Modifies Linting Rules
Adds a few rules to linting which are already followed, and help maintain a cleaner style. Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r--.eslintrc.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 7785702..82497c2 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -39,7 +39,9 @@
"semi": [
"error",
"always"
- ]
+ ],
+ "no-trailing-spaces": "error",
+ "eol-last": "error"
},
"settings": {
"react": {