Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
chore(eslint): allow sync operations
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Nov 10, 2018
1 parent 920e7be commit 79628b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": ["@dixeed/eslint-config"],
"env": { "jest": true }
"env": { "jest": true },
"rules": {
"no-sync": "off"
}
}

0 comments on commit 79628b6

Please sign in to comment.