Skip to content

Commit b741927

Browse files
committed
chore: add eslint-plugin-chai-firendly
1 parent 574105f commit b741927

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "eslint-config-atomic/strict",
2+
"extends": ["eslint-config-atomic/strict", "plugin:chai-friendly/recommended"],
33
"ignorePatterns": ["build/", "node_modules/"],
44
"rules": {
55
"@typescript-eslint/ban-types": [

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"chai": "^4.2.0",
4444
"eslint": "^7.18.0",
4545
"eslint-config-atomic": "^1.12.2",
46+
"eslint-plugin-chai-friendly": "^0.6.0",
4647
"mocha": "^8.2.1",
4748
"mocha-appveyor-reporter": "^0.4.2",
4849
"shx": "^0.3.3",

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)