Skip to content

Commit 20fa9b8

Browse files
committed
fix: enable prettier plugin
1 parent a36f5ca commit 20fa9b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.eslintrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"plugins": [
1010
"mocha",
11-
"jsdoc"
11+
"jsdoc",
12+
"prettier"
1213
],
1314
"extends": [
1415
"eslint:recommended",
@@ -44,6 +45,7 @@
4445
"error",
4546
"always"
4647
],
47-
"mocha/no-setup-in-describe": "off"
48+
"mocha/no-setup-in-describe": "off",
49+
"prettier/prettier": ["error"]
4850
}
4951
}

0 commit comments

Comments
 (0)