summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-08 02:13:19 +0300
committerValentin Popov <info@valentineus.link>2020-02-08 02:13:19 +0300
commit8f22444ff04147afe2a656272e00272f43917418 (patch)
treeec3b12f363483156b64bbaa23e2085d9de66a36d
parent6178e2511a773189436ca55d68454081025e08dc (diff)
downloadeslint-config-8f22444ff04147afe2a656272e00272f43917418.tar.xz
eslint-config-8f22444ff04147afe2a656272e00272f43917418.zip
Initial Yarn
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--package.json13
-rw-r--r--yarn.lock4
2 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..5514cee
--- /dev/null
+++ b/package.json
@@ -0,0 +1,13 @@
+{
+ "name": "@valentineus/eslint-config",
+ "version": "0.0.1",
+ "description": "Personal ESLint configuration",
+ "main": "index.js",
+ "repository": "git@code.valentineus.link:eslint-config.git",
+ "author": "Valentin Popov <info@valentineus.link>",
+ "license": "Apache-2.0",
+ "private": false,
+ "scripts": {},
+ "dependencies": {},
+ "devDependencies": {}
+} \ No newline at end of file
diff --git a/yarn.lock b/yarn.lock
new file mode 100644
index 0000000..fb57ccd
--- /dev/null
+++ b/yarn.lock
@@ -0,0 +1,4 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+