Skip to content

Commit

Permalink
👷‍♂️ sync DINAR
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 1, 2022
1 parent 2448ac0 commit 2262942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
env:
browser: true
sourceType: module

# See https://github.com/OCA/odoo-community.org/issues/37#issuecomment-470686449
parserOptions:
Expand Down Expand Up @@ -151,7 +152,7 @@ rules:
require-yield: warn
sort-imports: warn
spaced-comment: [error, always]
space-before-function-paren: ["warn", {"anonymous": "always", "named": "never"}]
space-before-function-paren: ["warn", { "anonymous": "always", "named": "never" }]
strict: [error, function]
use-isnan: error
valid-jsdoc:
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Defaults for all prettier-supported languages.
# Prettier will complete this with settings from .editorconfig file.
bracketSpacing: false
bracketSpacing: true
printWidth: 88
proseWrap: always
semi: true
Expand Down

0 comments on commit 2262942

Please sign in to comment.