]> git.r.bdr.sh - rbdr/sorting-hat-renderer/blob - .eslintrc
Commit everything hastily
[rbdr/sorting-hat-renderer] / .eslintrc
1 {
2 "extends": "eslint-config-hapi",
3 "rules": {
4 "indent": [
5 2,
6 2
7 ],
8 "no-undef": 2
9 },
10 "parserOptions": {
11 "sourceType": "module",
12 "ecmaVersion": 8
13 }
14 }