Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
unswc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yofukashino committed Nov 1, 2023
1 parent c626211 commit d5eb643
Show file tree
Hide file tree
Showing 11 changed files with 506 additions and 1,951 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ overrides:

- files: "**/src/**/*.ts"
extends: eslint-config-dmitmel/rules/typescript/with-type-checking

rules:
"@typescript-eslint/no-unnecessary-condition": off
- files: "**/*.d.ts"
rules:
no-var: off
Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
},
"license": "MIT",
"type": "replugged-plugin",
"renderer": "src/index.ts",
"plaintextPatches": "src/plaintextPatches.ts"
"renderer": "src/index.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^2.8.8",
"replugged": "^4.6.3",
"replugged": "^4.7.4",
"typescript": "^4.9.5"
}
}
Loading

0 comments on commit d5eb643

Please sign in to comment.