blob: a9d703ffb6d5cf1852a3c06ac07675c5b91298b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
env:
browser: true
commonjs: true
es6: true
extends: 'prettier'
globals:
Atomics: readonly
SharedArrayBuffer: readonly
ignorePatterns:
- build.js
parserOptions:
ecmaVersion: 11
|