Skip to content

Commit

Permalink
ESLint: remove multiline-comment-style rule (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Jan 4, 2024
1 parent 176ac60 commit e16fb90
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"cSpell.words": [
"callees",
"camelcase",
"corepack",
"eslintconfig",
"falsey",
"isomorphically",
"nonconstructor",
"plusplus",
"prettierconfig",
"sonarjs",
"tailwindcss",
"viam",
"viamrobotics"
]
}
1 change: 0 additions & 1 deletion packages/eslint-config/base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ module.exports = {
'max-depth': 'error',
'max-nested-callbacks': 'error',
'max-statements-per-line': 'error',
'multiline-comment-style': 'error',
'new-cap': 'error',
'no-alert': 'error',
'no-await-in-loop': 'error',
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.3.1",
"version": "0.3.2",
"description": "Common ESLint configuration for Viam projects.",
"files": [
"**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pnpm add --save-dev typescript @viamrobotics/typescript-config
[viam]: https://www.viam.com/
[typescript]: https://www.typescriptlang.org/

### Base config
## Base config

Use the [base config](./tsconfig.base.json) for generic TypeScript projects, including code that runs natively in Node.js or isomorphically, in both Node.js and the browser.

Expand Down

0 comments on commit e16fb90

Please sign in to comment.