Skip to content

Commit

Permalink
fix: rename repo to make it work as shared config
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschmidt committed Oct 28, 2023
1 parent 927e5bb commit 1d70b64
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* eslint-env node */
const eslint = require('./.eslintrc.js');

module.exports = eslint;
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@limetech/lime-frontend-lint",
"name": "@limetech/eslint-config",
"version": "1.0.0",
"description": "Reusable lint rules for use in other packages.",
"author": "Lime Technologies",
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lundalogik/lime-frontend-lint.git"
"url": "git+https://github.com/Lundalogik/eslint-config.git"
},
"keywords": [
"Lime",
Expand All @@ -23,9 +23,9 @@
"prettier"
],
"bugs": {
"url": "https://github.com/Lundalogik/lime-frontend-lint/issues"
"url": "https://github.com/Lundalogik/eslint-config/issues"
},
"homepage": "https://github.com/Lundalogik/lime-frontend-lint#readme",
"homepage": "https://github.com/Lundalogik/eslint-config#readme",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 1d70b64

Please sign in to comment.