]>
git.r.bdr.sh - rbdr/forum/blame_incremental - .eslintrc
... / ...
Commit | Line | Data |
| 1 | { |
| 2 | "extends": [ |
| 3 | "eslint-config-hapi" |
| 4 | ], |
| 5 | "rules": { |
| 6 | "indent": [ |
| 7 | 2, |
| 8 | 2 |
| 9 | ], |
| 10 | "no-undef": 2, |
| 11 | "require-yield": 0 |
| 12 | }, |
| 13 | "parserOptions": { |
| 14 | "sourceType": "module" |
| 15 | } |
| 16 | } |