Skip to content

Commit

Permalink
Merge pull request #199 from htmlhint/dev/coliff/update-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Jul 10, 2024
2 parents 04e6afb + 37d785d commit 79ed956
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 37 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
versioning-strategy: increase
- package-ecosystem: npm
directory: "/htmlhint/"
schedule:
interval: monthly
- package-ecosystem: npm
directory: "/htmlhint-server/"
schedule:
interval: monthly
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]
workflow_dispatch:

permissions:
Expand All @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript-typescript' ]
language: ["javascript-typescript"]

steps:
- name: Checkout repository
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/dependency-review.yml

This file was deleted.

1 change: 1 addition & 0 deletions htmlhint-server/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"forceConsistentCasingInFileNames": true,
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
Expand Down
3 changes: 2 additions & 1 deletion htmlhint/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"outDir": "out",
"lib": ["es6"],
"skipLibCheck": true,
"sourceMap": true
"sourceMap": true,
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules", "server"]
}
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.2.5"
"prettier": "3.3.2"
},
"engines": {
"node": ">= 18"
Expand Down

0 comments on commit 79ed956

Please sign in to comment.