Skip to content

Commit

Permalink
Revert "move eslint import, js plugins to dependencies"
Browse files Browse the repository at this point in the history
This reverts commit 617b6ce.

It should break the tests.
  • Loading branch information
echo-bravo-yahoo committed Oct 24, 2024
1 parent 84394fb commit 6ae6fb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 5 additions & 3 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fauna/typescript",
"version": "0.0.9",
"version": "0.0.8",
"description": "A collection of lint, format, and build configs used at Fauna for TypeScript projects.",
"main": "index.js",
"scripts": {
Expand All @@ -24,9 +24,7 @@
"dependencies": {
"eslint-config-prettier": "^9.1.0",
"mentions-regex": "^2.0.3",
"parse-commit-message": "^5.0.4",
"@eslint/js": "^9.13.0",
"eslint-plugin-simple-import-sort": "^12.1.1"
"parse-commit-message": "^5.0.4"
},
"peerDependencies": {
"eslint": "^9.12.0",
Expand All @@ -35,5 +33,8 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {}
"devDependencies": {
"@eslint/js": "^9.13.0",
"eslint-plugin-simple-import-sort": "^12.1.1"
}
}

0 comments on commit 6ae6fb3

Please sign in to comment.