Compare commits

..

1 Commits

Author SHA1 Message Date
Corentin Sechet c6ad492272 js: configure javascript linter (#75132)
gitea/gadjo/pipeline/head This commit looks good Details
2023-03-28 11:08:01 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
env:
browser: true
es2016: true
es2017: true
extends: eslint:recommended
parserOptions:
sourceType: module

View File

@ -26,7 +26,7 @@ repos:
hooks:
- id: pre-commit-debian
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.23.1
rev: v8.36.0
hooks:
- id: eslint
files: \.m?js$