Skip to content

Commit c2fc3a5

Browse files
Merge pull request #22 from brianpattison/FAF-136-jest-style
FAF-136: Extend 'jest/style' ESLint rules
2 parents d831f49 + 83d2512 commit c2fc3a5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
"prettier/react",
1010
"plugin:jsdoc/recommended",
1111
"plugin:jest/recommended",
12+
"plugin:jest/style",
1213
"plugin:jest-formatting/strict"
1314
],
1415
"globals": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-simplymadeapps",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "ESLint config for Simply Made Apps",
55
"homepage": "https://github.com/simplymadeapps/eslint-config-simplymadeapps",
66
"license": "MIT",

0 commit comments

Comments
 (0)