UNPKG

156 BJavaScriptView Raw
1module.exports = {
2 "parserOptions": {
3 "ecmaVersion": 6,
4 },
5 "env": {
6 "node": true,
7 },
8 "extends": "eslint:recommended",
9}