
(eslint): 7.12.1

.gitattributes
0 → 100644
{ | { | ||
"name": "@tt-bot-dev/eslint-config", | "name": "@tt-bot-dev/eslint-config", | ||
"version": "1.0.3", | "version": "1.0.4", | ||
"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": { | ||
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git+https://github.com/tt-bot-dev/eslint-config.git" | "url": "git+https://owo.codes/tt.bot/frameworks/eslint-config.git" | ||
}, | }, | ||
"keywords": [ | "keywords": [ | ||
"eslint", | "eslint", | ||
... | @@ -18,11 +18,11 @@ | ... | @@ -18,11 +18,11 @@ |
"author": "TTtie <me@tttie.cz>", | "author": "TTtie <me@tttie.cz>", | ||
"license": "MIT", | "license": "MIT", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/tt-bot-dev/eslint-config/issues" | "url": "https://owo.codes/tt.bot/frameworks/eslint-config/-/issues" | ||
}, | }, | ||
"homepage": "https://github.com/tt-bot-dev/eslint-config#readme", | "homepage": "https://owo.codes/tt.bot/frameworks/eslint-config", | ||
"peerDependencies": { | "peerDependencies": { | ||
"eslint": "^6.8.0" | "eslint": "^7.12.1" | ||
}, | }, | ||
"private": false | "private": false | ||
} | } |
Please register or sign in to comment