Skip to content

Commit

Permalink
[IMP] web_refresher: pre-commit auto fixes
Browse files Browse the repository at this point in the history
[IMP] web_refresher: fix pre-commit errors
  • Loading branch information
achulii committed Nov 26, 2024
1 parent c9e2011 commit 7bc47af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jsdoc = require("eslint-plugin-jsdoc");

const config = [{
plugins: {
jsdoc,
jsdoc,
},

languageOptions: {
Expand All @@ -16,6 +16,9 @@ const config = [{
openerp: "readonly",
owl: "readonly",
luxon: "readonly",
document: "readonly",
clearTimeout: "readonly",
setTimeout: "readonly"
},

ecmaVersion: 2024,
Expand Down
10 changes: 5 additions & 5 deletions web_refresher/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Web Refresher
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github
:target: https://github.com/OCA/web/tree/17.0/web_refresher
:target: https://github.com/OCA/web/tree/18.0/web_refresher
:alt: OCA/web
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_refresher
:target: https://translation.odoo-community.org/projects/web-18-0/web-18-0-web_refresher
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand All @@ -33,7 +33,7 @@ displayed list.

|image|

.. |image| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_refresher/static/description/refresh.png
.. |image| image:: https://raw.githubusercontent.com/OCA/web/18.0/web_refresher/static/description/refresh.png

**Table of contents**

Expand Down Expand Up @@ -89,6 +89,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/web <https://github.com/OCA/web/tree/17.0/web_refresher>`_ project on GitHub.
This module is part of the `OCA/web <https://github.com/OCA/web/tree/18.0/web_refresher>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

0 comments on commit 7bc47af

Please sign in to comment.