Skip to content

Commit

Permalink
Update xo config
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed May 7, 2023
1 parent c23a06a commit d3a0cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@
"error",
"multi-line"
],
"max-nested-callbacks": [
"error",
5
],
"operator-linebreak": [
"error",
"after"
Expand All @@ -100,14 +96,6 @@
"unicorn/prefer-module": "off",
"unicorn/prefer-top-level-await": "off",
"unicorn/prevent-abbreviations": "off"
},
"overrides": [
{
"files": "test/**",
"envs": [
"mocha"
]
}
]
}
}
}
2 changes: 2 additions & 0 deletions test/test.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-env mocha */

import { strict as assert } from 'node:assert';
import path from 'node:path';
import process from 'node:process';
Expand Down

0 comments on commit d3a0cd3

Please sign in to comment.