Skip to content

Commit

Permalink
Update test linting
Browse files Browse the repository at this point in the history
  • Loading branch information
andieelmes committed Jun 28, 2023
1 parent f0a1952 commit dc0a3d1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"extends": "eslint:recommended",
"env": {
"node": true,
"es6": true,
"jest": true
},
"globals": {
"testRule": "readonly"
},
"rules": {
"comma-dangle": [2, "always-multiline"],
Expand All @@ -24,5 +29,6 @@
"space-before-blocks": [2, "always"],
"space-in-parens": [2, "never"],
"space-unary-ops": 2,
}
},
"plugins": ["jest"]
}

0 comments on commit dc0a3d1

Please sign in to comment.