fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2020-07-19 14:40:04 +02:00
parent 3eeaa72233
commit 85cfc728ea
2 changed files with 29 additions and 2 deletions

23
CHANGELOG.md Normal file
View File

@ -0,0 +1,23 @@
# Changelog
## 2.1.0
update to eslint 7.0
## 2.0.0
- split into modules
- eslint-es6
- eslint-ts
- eslint-vue
## 1.2.0
- add node plugin
- add sort-requires plugin
## 1.1.0 (lost changelog)
## 1.0.0
initial release

View File

@ -19,7 +19,11 @@
"eslint", "eslint",
"eslintconfig" "eslintconfig"
], ],
"author": "Timo Hocker <timo@scode.ovh>", "author": {
"name": "Timo Hocker",
"email": "timo@scode.ovh"
},
"bugs": "https://redmine.scode.ovh/projects/eslint-config",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"eslint": "^7.0.0", "eslint": "^7.0.0",
@ -36,4 +40,4 @@
"LICENSE", "LICENSE",
"index.js" "index.js"
] ]
} }