Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @enkidevs/eslint-config-backend@12.0.0
 - @enkidevs/eslint-config-base@11.0.0
 - @enkidevs/eslint-config-frontend@11.0.0
  • Loading branch information
nem035 committed Jan 31, 2022
1 parent 2576491 commit d40028c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/eslint-config-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkidevs/eslint-config-backend",
"version": "11.0.0",
"version": "12.0.0",
"description": "Backend Eslint Config for Enki",
"main": "index.js",
"author": "Nemanja Stojanovic <nemanjacoder@gmail.com>",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@enkidevs/eslint-config-base": "^10.0.0",
"@enkidevs/eslint-config-base": "^11.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-security": "^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkidevs/eslint-config-base",
"version": "10.0.0",
"version": "11.0.0",
"description": "Base Eslint Config for Enki",
"main": "index.js",
"author": "Nemanja Stojanovic <nemanjacoder@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/eslint-config-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enkidevs/eslint-config-frontend",
"version": "10.0.0",
"version": "11.0.0",
"description": "Frontend Eslint Config for Enki",
"main": "index.js",
"author": "Nemanja Stojanovic <nemanjacoder@gmail.com>",
Expand All @@ -26,7 +26,7 @@
"access": "public"
},
"dependencies": {
"@enkidevs/eslint-config-base": "^10.0.0",
"@enkidevs/eslint-config-base": "^11.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-duck": "^0.5.6",
"eslint-plugin-jsx-a11y": "^6.5.1",
Expand Down

0 comments on commit d40028c

Please sign in to comment.