]> git.r.bdr.sh - rbdr/sorting-hat/blob - .eslintrc
Update changelog and version
[rbdr/sorting-hat] / .eslintrc
1 {
2 "extends": "eslint-config-hapi",
3 "rules": {
4 "indent": [
5 2,
6 2
7 ],
8 "no-undef": 2
9 },
10 "parserOptions": {
11 "ecmaVersion": 8
12 }
13 }