Skip to content

Commit

Permalink
Move eslint out of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Jul 13, 2023
1 parent d5bedfb commit 3396f90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 101 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nkzw/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "ESLint config with sensible defaults.",
"author": "Christoph Nakazawa <[email protected]>",
"main": "index.js",
Expand All @@ -9,7 +9,6 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-no-instanceof": "^1.0.1",
Expand All @@ -20,6 +19,9 @@
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"eslint-plugin-unicorn": "^47.0.0"
},
"devDependencies": {
"eslint": "^8.44.0"
},
"peerDependencies": {
"eslint": ">= 8"
},
Expand Down
Loading

0 comments on commit 3396f90

Please sign in to comment.