mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-28 07:48:11 +08:00
Refactor type handling for response handler to fix dangerous casting (#126)
This commit is contained in:
@@ -29,6 +29,8 @@ module.exports = {
|
||||
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
|
||||
"max-len": ["error", { code: 200, tabWidth: 4 }],
|
||||
"@typescript-eslint/camelcase": "off",
|
||||
"@typescript-eslint/no-use-before-define": "off",
|
||||
"@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_" }],
|
||||
camelcase: ["error", { allow: ["^(?:[a-z]+_)*[a-z]+$"] }],
|
||||
"prettier-vue/prettier": [
|
||||
"error",
|
||||
|
||||
Reference in New Issue
Block a user