diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-08 02:13:19 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-08 02:13:19 +0300 |
commit | 8f22444ff04147afe2a656272e00272f43917418 (patch) | |
tree | ec3b12f363483156b64bbaa23e2085d9de66a36d /package.json | |
parent | 6178e2511a773189436ca55d68454081025e08dc (diff) | |
download | eslint-config-8f22444ff04147afe2a656272e00272f43917418.tar.xz eslint-config-8f22444ff04147afe2a656272e00272f43917418.zip |
Initial Yarn
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 13 |
1 files changed, 13 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 |