aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattribute2
-rw-r--r--package.json3
2 files changed, 4 insertions, 1 deletions
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",