Skip to content

Commit

Permalink
update eslint
Browse files Browse the repository at this point in the history
update npm packages
  • Loading branch information
TimurRin committed Sep 6, 2024
1 parent ed0d847 commit 0849688
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 474 deletions.
4 changes: 2 additions & 2 deletions anca.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dataVersion": 0,
"version": {
"latest": "0.1.0-dev.2",
"latestNext": "0.1.0-dev.2+next.20240905_055554",
"timestamp": 1725515754
"latestNext": "0.1.0-dev.2+next.20240906_060502",
"timestamp": 1725602702
},
"files": [
{
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import cinnabarPlugin from "@cinnabar-forge/eslint-plugin";
const files = ["src/**/*.ts"];
const ignores = ["bin/**/*", "build/**/*", "dist/**/*"];
const rules = {
"@typescript-eslint/no-unused-expressions": "off",
"jsdoc/require-param-description": "off",
"jsdoc/require-param-type": "off",
"jsdoc/require-returns": "off",
Expand Down
Loading

0 comments on commit 0849688

Please sign in to comment.