Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 10, 2024
1 parent 2d6d43f commit 4ce69f9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
{
"files": ["bin/*.js"],
"rules": {
"@typescript-eslint/no-var-requires": "off"
}
}
"@typescript-eslint/no-var-requires": "off",
},
},
],
"env": {
"es2021": true,
"node": true
"node": true,
},
"parserOptions": {
"sourceType": "module"
"sourceType": "module",
},
"rules": {
// We specify `{}` in `CommandOptions` generics when those commands don't have their own
Expand Down Expand Up @@ -53,13 +53,13 @@
"paths": [
{
"name": "ci-info",
"message": "The `ci-info` package is difficult to test because misleading results will appear when running tests in the GitHub Actions runner. Instead of importing this package directly, create a wrapper function in `lib/isCI.ts` and import that instead."
}
]
}
"message": "The `ci-info` package is difficult to test because misleading results will appear when running tests in the GitHub Actions runner. Instead of importing this package directly, create a wrapper function in `lib/isCI.ts` and import that instead.",
},
],
},
],

// This rule is only really applicable for OSS libraries and doesn't apply to rdme's case.
"readme/no-dual-exports": "off"
}
"readme/no-dual-exports": "off",
},
}

0 comments on commit 4ce69f9

Please sign in to comment.