Add the configuration
parents
No related branches found
No related tags found
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "@tt-bot-dev/eslint-config", | ||
"version": "1.0.0", | ||
"description": "The ESLint configuration used across all tt-bot-dev repositories.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/tt-bot-dev/eslint-config.git" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
"config", | ||
"lint" | ||
], | ||
"author": "TTtie <me@tttie.cz>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/tt-bot-dev/eslint-config/issues" | ||
}, | ||
"homepage": "https://github.com/tt-bot-dev/eslint-config#readme", | ||
"dependencies": { | ||
"eslint": "^6.8.0" | ||
} | ||
} |
Please register or sign in to comment