2020-06-04 20:09:35 +02:00
|
|
|
env:
|
|
|
|
browser: true
|
|
|
|
commonjs: true
|
|
|
|
es6: true
|
2020-06-06 00:03:37 +02:00
|
|
|
extends: 'prettier'
|
2020-06-04 20:09:35 +02:00
|
|
|
globals:
|
|
|
|
Atomics: readonly
|
|
|
|
SharedArrayBuffer: readonly
|
|
|
|
ignorePatterns:
|
|
|
|
- build.js
|
|
|
|
parserOptions:
|
|
|
|
ecmaVersion: 11
|