Skip to content

Commit

Permalink
chore: update ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Jul 20, 2024
1 parent acf11ba commit 99aff80
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,29 @@
"typescript-eslint",
"tslint"
],
"repository": "https://github.com/stegripe/eslint-config",
"license": "MIT",
"author": "Stegripe Development <support@stegripe.org>",
"repository": {
"type": "git",
"url": "git+https://github.com/stegripe/eslint-config.git"
},
"bugs": {
"url": "https://github.com/stegripe/eslint-config/issues"
},
"homepage": "https://github.com/stegripe/eslint-config#readme",
"type": "module",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "pnpm publish --access public --no-git-checks"
},
"exports": {
".": "./index.js"
},
"files": [
"conf/*.js",
"index.js"
],
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "pnpm publish --access public --no-git-checks"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.3.0",
"@tsconfig/node-lts": "^20.1.3",
Expand Down

0 comments on commit 99aff80

Please sign in to comment.