mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-25 22:13:24 +08:00
19 lines
392 B
YAML
19 lines
392 B
YAML
# Copyright © Michal Čihař <michal@weblate.org>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# This file is maintained in https://github.com/WeblateOrg/meta/
|
|
|
|
env:
|
|
browser: true
|
|
es6: true
|
|
extends:
|
|
- plugin:prettier/recommended
|
|
globals:
|
|
Atomics: readonly
|
|
SharedArrayBuffer: readonly
|
|
parserOptions:
|
|
ecmaVersion: 2018
|
|
sourceType: module
|
|
rules:
|
|
comma-dangle: [error, always-multiline]
|