szuru/client/.eslintrc.yml

13 lines
191 B
YAML
Raw Permalink Normal View History

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