blob: c2f236d9957c5ec3bb56dce8a4aa51683238cadf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
env:
browser: true
commonjs: true
es6: true
jquery: true
extends:
- standard
globals:
Atomics: readonly
SharedArrayBuffer: readonly
Plotly: true
parserOptions:
ecmaVersion: 2018
sourceType: module
rules:
space-before-function-paren: ["error", {"anonymous": "always", "named": "never", "asyncArrow": "always"}]
object-curly-spacing: ["error", "never"]
|