Skip to content

Commit

Permalink
disable eslint-comments/require-description
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Nov 4, 2024
1 parent 4f3cabd commit fc8dbbe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const config = tseslint.config(eslint.configs.recommended, ...tseslint.co
'@typescript-eslint/restrict-plus-operands': 'warn',
'@typescript-eslint/space-before-function-paren': 'off',
'@typescript-eslint/strict-boolean-expressions': 'warn',
'eslint-comments/require-description': 'off',
'import/order': [
'error',
{
Expand Down
2 changes: 2 additions & 0 deletions eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ export const config = tseslint.config(
'@typescript-eslint/space-before-function-paren': 'off',
'@typescript-eslint/strict-boolean-expressions': 'warn',

'eslint-comments/require-description': 'off',

'import/order': [
'error',
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-config-cityssm",
"type": "module",
"description": "ESLint rules used in the City of Sault Ste. Marie's TypeScript projects.",
"version": "15.0.0",
"version": "15.0.1",
"main": "eslint.config.js",
"exports": {
".": "./eslint.config.js",
Expand Down

0 comments on commit fc8dbbe

Please sign in to comment.