mirror of
https://github.com/remko/waforth
synced 2024-11-17 07:48:06 +01:00
11 lines
149 B
Text
11 lines
149 B
Text
|
env:
|
||
|
browser: true
|
||
|
es6: true
|
||
|
extends: eslint:recommended
|
||
|
parserOptions:
|
||
|
sourceType: module
|
||
|
globals:
|
||
|
WebAssembly: true
|
||
|
rules:
|
||
|
no-console: 0
|