]> git.r.bdr.sh - rbdr/serpentity/blob - .eslintrc
Replace code and lab with ndoe test runner
[rbdr/serpentity] / .eslintrc
1 {
2 "parserOptions": {
3 "ecmaVersion": 2019,
4 "sourceType": "module"
5 },
6 "env": {
7 "es6": true,
8 "browser": true
9 },
10 "extends": [
11 "@hapi/eslint-config-hapi"
12 ],
13 "rules": {
14 "indent": [
15 2,
16 2
17 ],
18 "no-undef": 2,
19 "require-yield": 0
20 }
21 }