mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
14 lines
205 B
Text
14 lines
205 B
Text
env:
|
|
browser: true
|
|
es6: true
|
|
extends: eslint:recommended
|
|
parserOptions:
|
|
sourceType: module
|
|
globals:
|
|
WebAssembly: true
|
|
require: true
|
|
rules:
|
|
no-console: 0
|
|
settings:
|
|
react:
|
|
version: "16.0"
|