Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Updates eslint-config-prettier to v9 #722

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/alieza/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "@weather-time/alieza",

Check warning on line 2 in api/alieza/package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (alieza)
"version": "1.0.0",
"description": "Styled Weather sprites (Alieza design)",

Check warning on line 4 in api/alieza/package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (Alieza)
"license": "GPL-3.0",
"source": "src/index.ts",
"main": "dist/lib/src/index.js",
"sideEffects": false,
"scripts": {
"format": "prettier --single-quote --write **/*.ts",
"format:md": "remark-preset-davidtheclark --format",

Check warning on line 11 in api/alieza/package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (davidtheclark)
"format:check": "prettier --check **/*.ts",
"lint": "eslint --color --cache --fix --quiet --cache-location .cache/ --format codeframe --ext js,ts .",

Check warning on line 13 in api/alieza/package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (codeframe)
"lint:md": "remark-preset-davidtheclark",

Check warning on line 14 in api/alieza/package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (davidtheclark)
"lint:clean": "del-cli .eslintcache",

Check warning on line 15 in api/alieza/package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (eslintcache)
"lint:json": "jsonlint ./package.json --quiet",

Check warning on line 16 in api/alieza/package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (jsonlint)
"pretty": "pretty-quick --staged --pattern '!test/tests/lint/**'",
"license": "license-checker --json > licenses.json",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"markdown": "markdown-link-check ./README.md ./SECURITY.md",
"remark": "remark -q -f .",
"docs": "rimraf docs && npm run docs:html",
"docs:html": "typedoc --tsconfig tsconfig.json --out docs/html/ --theme minimal --excludePrivate --plugin none",

Check warning on line 23 in api/alieza/package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (typedoc)
"docs:md": "typedoc --tsconfig tsconfig.json --out docs/md/ --theme markdown --excludePrivate --mdHideSources --mdEngine github",

Check warning on line 24 in api/alieza/package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (typedoc)
"coverage": "cat ./coverage/lcov.info | coveralls",

Check warning on line 25 in api/alieza/package.json

View workflow job for this annotation

GitHub Actions / cspell

Unknown word (lcov)
"coverage:open": "opener ./coverage/lcov-report/index.html",
"postversion": "git push --follow-tags && npm publish --access public",
"bump:patch": "npm version patch --no-git-tag-version",
Expand Down Expand Up @@ -63,7 +63,7 @@
"coveralls": "^3.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion api/caillen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cpy-cli": "^3.1.1",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion api/cenobie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cpy-cli": "^3.1.1",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion api/domino/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cpy-cli": "^3.1.1",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion api/jaydin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cpy-cli": "^3.1.1",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion api/kilan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"coveralls": "^3.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion api/norene/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cpy-cli": "^3.1.1",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion api/ocie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cpy-cli": "^3.1.1",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion api/shaena/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"coveralls": "^3.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion api/unity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"coveralls": "^3.0.0",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion api/zylla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"cpy-cli": "^3.1.1",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"dateformat": "^4.5.1",
"del-cli": "^3.0.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-github": "^4.1.3",
Expand Down
Loading