add README, declare eslint as a peer dep
README.md
0 → 100644
{ | { | ||
"name": "@tt-bot-dev/eslint-config", | "name": "@tt-bot-dev/eslint-config", | ||
"version": "1.0.0", | "version": "1.0.1", | ||
"description": "The ESLint configuration used across all tt-bot-dev repositories.", | "description": "The ESLint configuration used across all tt-bot-dev repositories.", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
"url": "https://github.com/tt-bot-dev/eslint-config/issues" | "url": "https://github.com/tt-bot-dev/eslint-config/issues" | ||
}, | }, | ||
"homepage": "https://github.com/tt-bot-dev/eslint-config#readme", | "homepage": "https://github.com/tt-bot-dev/eslint-config#readme", | ||
"dependencies": { | "peerDependencies": { | ||
"eslint": "^6.8.0" | "eslint": "^6.8.0" | ||
}, | }, | ||
"private": false | "private": false | ||
... | ... |
Please register or sign in to comment