From 8f22444ff04147afe2a656272e00272f43917418 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 8 Feb 2020 03:13:19 +0400 Subject: Initial Yarn Signed-off-by: Valentin Popov --- package.json | 13 +++++++++++++ yarn.lock | 4 ++++ 2 files changed, 17 insertions(+) create mode 100644 package.json create mode 100644 yarn.lock 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 ", + "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 + + -- cgit v1.2.3