Skip to content

Commit

Permalink
More eslint cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Oct 9, 2024
1 parent 6ec3894 commit 0507ec5
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 21 deletions.
5 changes: 0 additions & 5 deletions apps/template/.eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions apps/template/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "@stanlemon/eslint-config";
2 changes: 1 addition & 1 deletion apps/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/app-template",
"version": "0.3.56",
"version": "0.3.57",
"description": "A template for creating apps using the webdev package.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down
5 changes: 0 additions & 5 deletions packages/cli/.eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions packages/cli/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "@stanlemon/eslint-config";
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/cli",
"version": "0.1.21",
"version": "0.1.22",
"description": "A command tool to make all of my things easier.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"lemon": "./index.js"
},
"dependencies": {
"@stanlemon/app-template": "0.3.56",
"@stanlemon/app-template": "0.3.57",
"get-installed-path": "^4.0.8",
"yargs": "^17.7.2"
}
Expand Down
1 change: 1 addition & 0 deletions packages/server-with-auth/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "@stanlemon/eslint-config";
2 changes: 1 addition & 1 deletion packages/server-with-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server-with-auth",
"version": "0.3.19",
"version": "0.3.20",
"description": "A basic express web server setup with authentication baked in.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down
5 changes: 0 additions & 5 deletions packages/server/.eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions packages/server/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from "@stanlemon/eslint-config";
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stanlemon/server",
"version": "0.3.26",
"version": "0.3.27",
"description": "A basic express web server setup.",
"author": "Stan Lemon <[email protected]>",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion packages/webdev/.eslintignore

This file was deleted.

0 comments on commit 0507ec5

Please sign in to comment.