]> git.r.bdr.sh - rbdr/blog/blob - .eslintrc
📝 Update CHANGELOG
[rbdr/blog] / .eslintrc
1 {
2 "extends": "eslint-config-hapi",
3 "parserOptions": {
4 "ecmaVersion": 2017
5 },
6 "rules": {
7 "indent": [
8 2,
9 2
10 ],
11 "no-undef": 2,
12 "require-yield": 0
13 }
14 }