From 2574e88b64905c850c068af328c347a88d1b1d08 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 1 Oct 2020 20:19:32 -0400 Subject: Added stuff --- .gitattribute | 2 ++ package.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitattribute diff --git a/.gitattribute b/.gitattribute new file mode 100644 index 0000000..0fbe3dc --- /dev/null +++ b/.gitattribute @@ -0,0 +1,2 @@ +# Enforce Unix newlines +* text=auto eol=lf \ No newline at end of file diff --git a/package.json b/package.json index 958031c..b9d50d1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "start": "nuxt start", "generate": "nuxt generate", "lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .", - "lint": "yarn lint:js" + "lint": "yarn lint:js", + "test:unit": "jest" }, "dependencies": { "core-js": "^3.6.5", -- cgit v1.2.3