-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Patrick Kollitsch <[email protected]>
- Loading branch information
1 parent
52f64f7
commit df89753
Showing
19 changed files
with
132 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/babel-config", | ||
"description": "Babel configuration for use in @davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/bootstrap-config", | ||
"description": "Bootstrap configuration for use in @davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/browserslist-config", | ||
"description": "Browserslist configuration for davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/commitlint-config", | ||
"description": "Commitlint configuration for davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/cypress-config", | ||
"description": "Cypress configuration for use in @davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/eslint-config", | ||
"description": "ESlint configuration for use in davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
@@ -36,8 +36,8 @@ | |
"eslint-plugin-unicorn": "55.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/eslint__js": "8.42.3", | ||
"@types/eslint-plugin-markdown": "2.0.2" | ||
"@types/eslint-plugin-markdown": "2.0.2", | ||
"@types/eslint__js": "8.42.3" | ||
}, | ||
"scripts": { | ||
"eslint:config": "npx @eslint/config-inspector --config index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/frontmatter-config", | ||
"description": "Front Matter configuration for use in davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/htmlvalidate-config", | ||
"description": "HTML Validate configuration for use in @davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/markdownlint-config", | ||
"description": "Markdownlint configuration for use in @davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "@davidsneighbour/postcss-config", | ||
"description": "PostCSS configuration for use in @davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
"bugs": "https://github.com/davidsneighbour/configurations/issues", | ||
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config", | ||
"type": "module", | ||
"dependencies": { | ||
"@davidsneighbour/browserslist-config": "^2024.3.35", | ||
"@davidsneighbour/browserslist-config": "^2024.3.37", | ||
"@fullhuman/postcss-purgecss": "6.0.0", | ||
"autoprefixer": "10.4.20", | ||
"cssnano": "7.0.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/prettier-config", | ||
"description": "Prettier configuration for use in @davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@davidsneighbour/release-config", | ||
"description": "Release script configuration for @davidsneighbour's projects", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
"bugs": "https://github.com/davidsneighbour/configurations/issues", | ||
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/release-config", | ||
"dependencies": { | ||
"@davidsneighbour/tools": "^2024.3.35", | ||
"@davidsneighbour/tools": "^2024.3.37", | ||
"commit-and-tag-version": "12.4.2", | ||
"simple-git-hooks": "^2.11.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/remark-config", | ||
"description": "Remarklint configuration used in davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "@davidsneighbour/stylelint-config", | ||
"description": "Stylelint configuration for use in @davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
"bugs": "https://github.com/davidsneighbour/configurations/issues", | ||
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/stylelint-config", | ||
"dependencies": { | ||
"@davidsneighbour/browserslist-config": "^2024.3.35", | ||
"@davidsneighbour/browserslist-config": "^2024.3.37", | ||
"postcss": "8.4.41", | ||
"postcss-cli": "11.0.0", | ||
"postcss-scss": "4.0.9", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/tools", | ||
"description": "Tooling packages for use in @davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@davidsneighbour/webpack-config", | ||
"description": "Webpack configuration for use in @davidsneighbour projects.", | ||
"version": "2024.3.35", | ||
"version": "2024.3.37", | ||
"license": "MIT", | ||
"repository": "davidsneighbour/configurations", | ||
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)", | ||
|