Skip to content

Commit

Permalink
Add .xo-config
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Nov 13, 2023
1 parent 5504c48 commit f2ef0e3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .xo-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"ignorePatterns": [
"**/*.test.js*",
"**/*.test.ts*",
"**/test/**/*.*"
],
"rules": {
"unicorn/prevent-abbreviations": [
"error",
{
"replacements": {
"param": false,
"params": false,
"props": false,
"e": false,
"ref": false,
"def": false,
"pkg": false,
"args": false
}
}
]
}
}

0 comments on commit f2ef0e3

Please sign in to comment.