fix
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Timo Hocker 2020-07-19 14:31:33 +02:00
parent 80a0642323
commit dd1ec2a4ad
2 changed files with 15 additions and 2 deletions

9
CHANGELOG.md Normal file
View File

@ -0,0 +1,9 @@
# Changelog
## 1.1.0
update to eslint 7.0
## 1.0.0
initial release

View File

@ -1,6 +1,6 @@
{
"name": "@sapphirecode/eslint-config-ts",
"version": "1.1.21",
"version": "1.1.20",
"description": "scode eslint typescript configuration",
"main": "index.js",
"scripts": {
@ -20,7 +20,11 @@
"eslint",
"eslintconfig"
],
"author": "Timo Hocker <timo@scode.ovh>",
"author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/eslint-ts",
"license": "MIT",
"devDependencies": {
"eslint": "^7.0.0",