-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update @adfinis/eslint-config and eslint (#657)
* chore(deps): update @adfinis/eslint-config and eslint * ci: update actions to v3 * fix(lint): resolve linting errors after upgrade * chore: adapt required node version
- Loading branch information
1 parent
0c9d15c
commit bb260d6
Showing
13 changed files
with
2,004 additions
and
1,504 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
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 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: "monday" | ||
time: "00:00" | ||
timezone: "Europe/Zurich" | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- velrest | ||
versioning-strategy: increase | ||
|
||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: "monday" | ||
time: "00:00" | ||
timezone: "Europe/Zurich" | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- velrest | ||
- derrabauke | ||
versioning-strategy: increase |
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
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
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
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 |
---|---|---|
|
@@ -158,15 +158,15 @@ module("Acceptance | users", function (hooks) { | |
assert.dom('[name="city"]').isRequired(); | ||
assert.dom('[name="zip"]').isRequired(); | ||
|
||
const username = "newusername", | ||
firstName = "John", | ||
lastName = "Doe", | ||
email = "[email protected]", | ||
phone = "123 123 12 23", | ||
language = "de", | ||
address = "Somestreet 32", | ||
city = "Sity", | ||
zip = "2313"; | ||
const username = "newusername"; | ||
const firstName = "John"; | ||
const lastName = "Doe"; | ||
const email = "[email protected]"; | ||
const phone = "123 123 12 23"; | ||
const language = "de"; | ||
const address = "Somestreet 32"; | ||
const city = "Sity"; | ||
const zip = "2313"; | ||
|
||
await fillIn('[name="username"]', username); | ||
await fillIn('[name="firstName"]', firstName); | ||
|
@@ -208,15 +208,15 @@ module("Acceptance | users", function (hooks) { | |
await click("[data-test-new]"); | ||
assert.strictEqual(currentURL(), "/users/new"); | ||
|
||
const username = "newusername", | ||
firstName = "John", | ||
lastName = "Doe", | ||
email = "[email protected]", | ||
phone = "123 123 12 23", | ||
language = "de", | ||
address = "Somestreet 32", | ||
city = "Sity", | ||
zip = "2313"; | ||
const username = "newusername"; | ||
const firstName = "John"; | ||
const lastName = "Doe"; | ||
const email = "[email protected]"; | ||
const phone = "123 123 12 23"; | ||
const language = "de"; | ||
const address = "Somestreet 32"; | ||
const city = "Sity"; | ||
const zip = "2313"; | ||
|
||
await fillIn('[name="username"]', username); | ||
await fillIn('[name="firstName"]', firstName); | ||
|
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
Oops, something went wrong.