This repository has been archived on 2024-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
Auberge_Vagabonde/.eslintrc.yml

10 lines
149 B
YAML
Raw Normal View History

2021-06-11 20:08:53 +00:00
env:
commonjs: true
es2021: true
node: true
extends: 'eslint:recommended'
parserOptions:
ecmaVersion: 12
rules:
no-constant-condition: off