- @r1oga/config-eslint@1.0.2
 - @r1oga/config-prettier@1.0.2
This commit is contained in:
r1oga
2022-12-14 16:44:01 +01:00
parent 3cec496b83
commit af64bc0dab
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@r1oga/config-eslint", "name": "@r1oga/config-eslint",
"version": "1.0.1", "version": "1.0.2",
"description": "Shared eslint configuration", "description": "Shared eslint configuration",
"main": ".eslintrc.yaml", "main": ".eslintrc.yaml",
"files": [ "files": [
@@ -34,5 +34,6 @@
"eslint-plugin-n": "^15.6.0", "eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sort": "^2.4.0" "eslint-plugin-sort": "^2.4.0"
} },
"gitHead": "3cec496b833ed4b56ef3b6dc5dd3c19585d44c81"
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@r1oga/config-prettier", "name": "@r1oga/config-prettier",
"version": "1.0.1", "version": "1.0.2",
"description": "Shared prettier configuration", "description": "Shared prettier configuration",
"main": ".prettierrc.yaml", "main": ".prettierrc.yaml",
"files": [ "files": [
@@ -23,5 +23,6 @@
}, },
"devDependencies": { "devDependencies": {
"prettier": "^2.8.1" "prettier": "^2.8.1"
} },
"gitHead": "3cec496b833ed4b56ef3b6dc5dd3c19585d44c81"
} }