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

OSOE-815: Removing ESLint package reference duplications #915

Merged
merged 29 commits into from
Dec 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
47fbd5f
Add renovate.json
renovate[bot] Dec 22, 2024
5b3be48
Adding Renovate config file
Piedone Dec 22, 2024
a0560c2
Removing JSON config
Piedone Dec 22, 2024
98d2dfa
Dummy change to kick off build
Piedone Dec 22, 2024
1f50ec6
Revert "Dummy change to kick off build"
Piedone Dec 22, 2024
4973b3b
Dummy
Piedone Dec 22, 2024
9fff5e3
Revert "Dummy"
Piedone Dec 22, 2024
a1ecc43
Trying cloning submodules
Piedone Dec 22, 2024
798d502
Revert "Trying cloning submodules"
Piedone Dec 22, 2024
d9ae95d
Using Orchard Core superproject-specific config
Piedone Dec 22, 2024
c38c339
Single quotes
Piedone Dec 23, 2024
eaac30e
Checking if not having ESLint in the root still works
Piedone Dec 23, 2024
1adbf13
Ignoring NE files
Piedone Dec 23, 2024
37ce207
Merge remote-tracking branch 'origin/dev' into renovate/configure
Piedone Dec 24, 2024
5f42b08
Removing ESLint duplications in submodules
Piedone Dec 24, 2024
8492134
Merge remote-tracking branch 'origin/renovate/configure' into issue/O…
Piedone Dec 24, 2024
2c99683
Intentional ESLint violations
Piedone Dec 24, 2024
517e02a
No intentional ESLint violation
Piedone Dec 24, 2024
c248a66
Submodule src/Modules/Lombiq.VueJs updated
Piedone Dec 24, 2024
8ccaa66
NE Renovate config
Piedone Dec 24, 2024
502e89a
Intentional ESLint violations
Piedone Dec 24, 2024
133f48f
No violations
Piedone Dec 24, 2024
30f0e8c
Lombiq.NodeJs.Extensions Renovate groups
Piedone Dec 25, 2024
731d5da
Merge remote-tracking branch 'origin/dev' into issue/OSOE-815-eslint-…
Piedone Dec 28, 2024
1f3cfb5
EOF line break
Piedone Dec 28, 2024
31fae37
Updating Lombiq.Privacy to merged dev
Piedone Dec 29, 2024
60d8a4c
Updating submodules to merged dev
Piedone Dec 29, 2024
b23a97f
Updating Lombiq.VueJs with NPM dependencies updated to minor
Piedone Dec 29, 2024
15dab4a
Updating submodules to merged dev
Piedone Dec 29, 2024
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
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ $RECYCLE.BIN/
.DS_Store


## ASP.NET Core and Orchard Core specifics

# ASP.NET Core and Orchard Core specifics
App_Data/
glob:*.user
*.patch
Expand Down Expand Up @@ -192,11 +191,14 @@ node_modules/
!**/wwwroot/.placeholder

src/*.Web/Localization
/src/package.json
/.editorconfig
/FailureDumps/
/TestDumps/
/test.out
.ps1-analyzer-stamp
/NDependOut/
/build.binlog

# Node.js Extensions automatically created files
/pnpm-lock.yaml
/package.json
1 change: 1 addition & 0 deletions Lombiq.OSOCE.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
NuGet.config = NuGet.config
package.json = package.json
Readme.md = Readme.md
renovate.json5 = renovate.json5
Reset-Local.ps1 = Reset-Local.ps1
EndProjectSection
EndProject
Expand Down
12 changes: 0 additions & 12 deletions package.json

This file was deleted.

Loading