Skip to content

Commit

Permalink
Merge pull request #338 from vevcom/dependabot/npm_and_yarn/major-082…
Browse files Browse the repository at this point in the history
…e9b9522

chore(deps): bump the major group across 1 directory with 4 updates
  • Loading branch information
JohanHjelsethStorstad authored Oct 10, 2024
2 parents 00f8146 + 580a579 commit 5360bc3
Show file tree
Hide file tree
Showing 10 changed files with 1,218 additions and 795 deletions.
49 changes: 24 additions & 25 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"extends": [
"next/core-web-vitals",
"eslint:recommended",
"next/typescript",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/recommended",
Expand All @@ -19,21 +19,21 @@
"root": true,
"rules": {
"indent": [
"error",
4,
{
"SwitchCase": 1,
"VariableDeclarator": 1
}
"error",
4,
{
"SwitchCase": 1,
"VariableDeclarator": 1
}
],
// require function expressions to have a name
"func-names": "warn",
// enforce newline at the end of file, with no multiple empty lines
"eol-last": "error",
// disallow padding inside computed properties, ie. obj[ "fjie"] not allowed
"computed-property-spacing": [
"error",
"never"
"error",
"never"
],
// suggest using arrow functions as callbacks
"prefer-arrow-callback": "error",
Expand Down Expand Up @@ -110,17 +110,17 @@
}
],
"quotes": [
"error",
"single",
"avoid-escape"
"error",
"single",
"avoid-escape"
],
"jsx-quotes": ["error", "prefer-double"],
// require camel case names
"camelcase": [
"error",
{
"properties": "never"
}
"error",
{
"properties": "never"
}
],
// enforce spacing before and after comma
"comma-spacing": [
Expand Down Expand Up @@ -493,18 +493,17 @@
"warn",
{
"groups": [
"index",
"sibling",
"parent",
"internal",
"external",
"builtin",
"object",
"type"
"index",
"sibling",
"parent",
"internal",
"external",
"builtin",
"object",
"type"
]
}
],
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/consistent-type-imports": [
"error",
{
Expand Down
Loading

0 comments on commit 5360bc3

Please sign in to comment.