Skip to content

Commit

Permalink
fix: more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Apr 16, 2024
1 parent e2627da commit 8eea9af
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 80 deletions.
1 change: 0 additions & 1 deletion .prettierrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ $schema: http://json.schemastore.org/prettierrc

plugins:
- prettier-plugin-packagejson
- prettier-plugin-multiline-arrays

trailingComma: all

Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down
1 change: 0 additions & 1 deletion knip.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"eslint-plugin-yml",
"eslint-processor-vue-blocks",
"jsonc-eslint-parser",
"prettier-plugin-multiline-arrays",
"prettier-plugin-packagejson",
"prettier",
"toml-eslint-parser",
Expand Down
15 changes: 2 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"name": "@rebeccastevens/eslint-config",
"version": "0.0.0-development",
"description": "My ESLint shareable config.",
"keywords": [
"eslint config"
],
"keywords": ["eslint config"],
"homepage": "https://github.com/RebeccaStevens/eslint-config-rebeccastevens#readme",
"bugs": {
"url": "https://github.com/RebeccaStevens/eslint-config-rebeccastevens/issues"
Expand All @@ -27,11 +25,7 @@
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
},
"files": [
"dist/",
"package.json",
"LICENSE"
],
"files": ["dist/", "package.json", "LICENSE"],
"scripts": {
"build": "pnpm run build:node",
"build:node": "rimraf dist && pnpm run typegen && rollup -c rollup.config.ts --configPlugin rollup-plugin-ts",
Expand Down Expand Up @@ -114,7 +108,6 @@
"markdownlint": "0.34.0",
"markdownlint-cli": "0.39.0",
"prettier": "3.2.5",
"prettier-plugin-multiline-arrays": "3.0.4",
"prettier-plugin-packagejson": "2.5.0",
"rimraf": "5.0.5",
"rollup": "4.14.3",
Expand Down Expand Up @@ -161,7 +154,6 @@
"eslint-processor-vue-blocks": "*",
"jsonc-eslint-parser": "*",
"prettier": "*",
"prettier-plugin-multiline-arrays": "*",
"prettier-plugin-packagejson": "*",
"toml-eslint-parser": "*",
"vue-eslint-parser": "*",
Expand Down Expand Up @@ -261,9 +253,6 @@
"prettier": {
"optional": true
},
"prettier-plugin-multiline-arrays": {
"optional": true
},
"prettier-plugin-packagejson": {
"optional": true
},
Expand Down
51 changes: 0 additions & 51 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 8eea9af

Please sign in to comment.