diff options
-rw-r--r-- | package.json | 13 | ||||
-rw-r--r-- | yarn.lock | 4 |
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 + + |