diff options
| -rw-r--r-- | .eslintrc.json | 4 | 
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": { | 
