Skip to content

Commit

Permalink
Clean up ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 24, 2022
1 parent 2fafae4 commit 8737415
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"eslintConfig": {
"extends": "@logux/eslint-config",
"rules": {
"security/detect-non-literal-require": "off",
"security/detect-non-literal-regexp": "off",
"n/global-require": "off",
"no-console": "off"
},
Expand All @@ -54,12 +52,6 @@
"jest": "readonly"
}
},
{
"files": "packages/*/test/**/*.js",
"rules": {
"n/no-unpublished-require": "off"
}
},
{
"files": "packages/size-limit/run.js",
"rules": {
Expand Down

0 comments on commit 8737415

Please sign in to comment.